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 75cfd53 commit b6f7075Copy full SHA for b6f7075
tox.ini
@@ -21,13 +21,17 @@ setenv =
21
commands =
22
stestr run --no-subunit-trace {posargs}
23
coverage combine
24
- coverage report --skip-covered --omit={toxinidir}/coriolisclient/tests/*
+ coverage report --skip-covered
25
coverage html -d cover
26
coverage xml -o cover/coverage.xml
27
28
[testenv:venv]
29
commands = {posargs}
30
31
+[coverage:run]
32
+source = coriolisclient
33
+omit = coriolisclient/tests/*
34
+
35
[flake8]
36
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126
37
# E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301
0 commit comments