Closed
Description
I have following package versions:
coverage==4.4.1
Django==1.11.1
django-coverage-plugin==1.5.0
pytest==3.0.7
pytest-cov==2.5.1
pytest-django==3.1.2
.coveragerc contains:
[run]
plugins =
django_coverage_plugin
Running pytest with:
pytest --cov-report term-missing --cov=core
correctly calculates coverage for the Python files in core but doesn't find any of the templates.
Running the same command, code and venv on a Linux machine works as expected and finds the templates.
Metadata
Metadata
Assignees
Labels
No labels