We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4bae5 commit 1c2dc24Copy full SHA for 1c2dc24
tox.ini
@@ -9,7 +9,7 @@ passenv=
9
PYTHON_ISAL_LINK_DYNAMIC
10
commands =
11
# Create HTML coverage report for humans and xml coverage report for external services.
12
- coverage run --source=isal -m py.test tests
+ coverage run --branch --source=isal -m py.test tests
13
# Ignore errors during report generation. Pypy does not generate proper coverage reports.
14
coverage html -i
15
coverage xml -i
0 commit comments