We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540c652 commit 0b1abbcCopy full SHA for 0b1abbc
Makefile
@@ -44,7 +44,7 @@ test:
44
pytest --durations=20 --timeout=60 -v tests
45
46
test_coverage:
47
- pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report html --cov-report term-missing tests
+ pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests
48
49
autopep8:
50
autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i setup.py examples zeroconf
0 commit comments