Skip to content

Commit 0b1abbc

Browse files
authored
Ensure coverage.xml is written for codecov (#837)
1 parent 540c652 commit 0b1abbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test:
4444
pytest --durations=20 --timeout=60 -v tests
4545

4646
test_coverage:
47-
pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report html --cov-report term-missing tests
47+
pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests
4848

4949
autopep8:
5050
autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i setup.py examples zeroconf

0 commit comments

Comments
 (0)