Skip to content

Commit 1c2dc24

Browse files
committed
enable branch coverage
1 parent 8f4bae5 commit 1c2dc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ passenv=
99
PYTHON_ISAL_LINK_DYNAMIC
1010
commands =
1111
# Create HTML coverage report for humans and xml coverage report for external services.
12-
coverage run --source=isal -m py.test tests
12+
coverage run --branch --source=isal -m py.test tests
1313
# Ignore errors during report generation. Pypy does not generate proper coverage reports.
1414
coverage html -i
1515
coverage xml -i

0 commit comments

Comments
 (0)