Disable template coverage plugin

Is that what's crashing??? Plausibly: https://github.com/suda/pytest_django_coverage_test
This commit is contained in:
2021-02-21 01:04:47 +00:00
parent cebff5adda
commit a789184c1c
3 changed files with 16 additions and 28 deletions

View File

@@ -1,3 +1,5 @@
[run]
plugins = django_coverage_plugin
omit = */migrations/*, */tests/*
omit = */migrations/*
*/tests/*
*/site-packages/*
*/distutils/*