Closed
Description
When I enable django_coverage_plugin for Django 1.10, the settings.py file for my project is not covered. However, I know settings.py is being run because the tests are still passing.
Coverage metrics:
- Without plugin: https://coveralls.io/builds/7668992/source?filename=openintel%2Fsettings.py
- With plugin: https://coveralls.io/builds/7668159/source?filename=openintel%2Fsettings.py
Here's a diff showing how I enabled the plugin: https://github.com/twschiller/open-synthesis/compare/template-coverage-dev
I'm running coverage as: coverage run --source='.' manage.py test
Metadata
Metadata
Assignees
Labels
No labels