We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86e2f9 commit f8fd3cdCopy full SHA for f8fd3cd
1 file changed
tox.ini
@@ -20,7 +20,9 @@ commands =
20
[testenv:unit]
21
description = Running UNIT tests in the corresponding environment
22
commands =
23
- {envpython} -m pytest tests/unit
+# {envpython} -m pytest tests/unit
24
+ {envpython} -m coverage run -m pytest tests/unit
25
+ {envpython} -m coverage xml
26
27
[testenv:features]
28
@@ -41,7 +43,7 @@ commands =
41
43
# --cov-report term \
42
44
# --cov-report html \
45
# --cov
- coverage xml
46
+
47
48
[coverage:run]
49
relative_files = True
0 commit comments