File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Config file .coveragerc
2
+
3
+ [report]
4
+ include =
5
+ */ingadhoc/odoo-argentina/*
6
+
7
+ omit =
8
+ */scenario/*
9
+ */scenarios/*
10
+ */test/*
11
+ */tests/*
12
+ *__init__.py
13
+ *__openerp__.py
14
+
15
+ # Regexes for lines to exclude from consideration
16
+ exclude_lines =
17
+ # Have to re-enable the standard pragma
18
+ pragma: no cover
19
+ # Don't complain about null context checking
20
+ if context is None:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ virtualenv:
30
30
install :
31
31
# aeroo reports
32
32
- git clone https://github.com/aeroo/aeroo_reports.git ${HOME}/aeroo_reports
33
- - pip install -r git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68
33
+ - pip install git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68
34
34
35
35
# odoo addons adhoc
36
36
- git clone https://github.com/ingadhoc/odoo-addons.git ${HOME}/odoo-addons
You can’t perform that action at this time.
0 commit comments