Skip to content

Commit 429398a

Browse files
author
Andrei
committed
Update Makefile
1 parent 1872850 commit 429398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ tests:
3131
coverage run --rcfile=.coveragerc -m pytest -s tests -vv --disable-warnings && \
3232
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
3333
coverage html --precision=3 --skip-empty && \
34-
coverage lcov -o coverage/lcov.info
34+
coverage xml -o coverage/coverage.xml

0 commit comments

Comments
 (0)