Using the following command:
pytest --cov-report xml --cov-report html --cov=. tests/
the html coverage report is generated under htmlcov/
but the coverage.xml
file is empty.
Can you reproduce this behaviour? I'm using:
pytest (3.3.2)
pytest-cov (2.5.1)
coverage (4.4.2)
Thanks in advance!