Skip to content

Commit d92482c

Browse files
committed
create coverage in xml format
1 parent fbea485 commit d92482c

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
@@ -16,7 +16,7 @@ deps =
1616
master: -r test_requirements.txt
1717
dev: -r dev_requirements.txt
1818
commands =
19-
pytest --cov=cloudshell.template tests
19+
pytest --cov=cloudshell.template tests --cov-report=xml
2020

2121
[testenv:pre-commit]
2222
skip_install = true

0 commit comments

Comments
 (0)