Skip to content

Commit f2963f8

Browse files
committed
IMP coverage report
1 parent 66274ce commit f2963f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bin/runtests

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ADDONS_TEST=$(manifestoo --select-exclude ${EXCLUDE_MODULES:-none} --select-addo
99
cd /shared
1010
unbuffer coverage run --include "/odoo/local-src/*" --branch $(which odoo) --stop-after-init -i ${ADDONS_TEST} --test-enable --workers=0
1111
ls -alh
12-
coverage report --precision=2 --skip-empty
13-
coverage xml --skip-empty
12+
coverage report -i --precision=2 --skip-empty
13+
coverage xml -i -o coverage.xml

0 commit comments

Comments
 (0)