Skip to content

Commit f8fd3cd

Browse files
Update tox.ini
1 parent c86e2f9 commit f8fd3cd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ commands =
2020
[testenv:unit]
2121
description = Running UNIT tests in the corresponding environment
2222
commands =
23-
{envpython} -m pytest tests/unit
23+
# {envpython} -m pytest tests/unit
24+
{envpython} -m coverage run -m pytest tests/unit
25+
{envpython} -m coverage xml
2426

2527
[testenv:features]
2628
commands =
@@ -41,7 +43,7 @@ commands =
4143
# --cov-report term \
4244
# --cov-report html \
4345
# --cov
44-
coverage xml
46+
4547

4648
[coverage:run]
4749
relative_files = True

0 commit comments

Comments
 (0)