Skip to content

Commit 20b7d42

Browse files
authored
add coverage xml report generation (#602)
1 parent 91bd43d commit 20b7d42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ commands =
4949
poetry run coverage run --source={[vars]src_path} \
5050
-m pytest -v --tb native -s {posargs} {[vars]tests_path}/unit
5151
poetry run coverage report
52+
poetry run coverage xml
5253

5354
[testenv:integration]
5455
description = Run integration tests

0 commit comments

Comments
 (0)