Skip to content

Commit 0b1abbc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
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)