Skip to content

Commit a8d7875

Browse files
committed
added xml as coverage output
1 parent b9af15a commit a8d7875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ${TESTS} : %/tests :
3131
coverage:
3232
poetry run coverage combine
3333
poetry run coverage report
34+
poetry run coverage xml
3435
poetry run coverage html
3536

3637
# Target to lint the code.

0 commit comments

Comments
 (0)