mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
51a9a5980a
This only affests reporting not data collection and allows coverage.py to succesfully finish the generation of e.g. the HTML report. Cases of code whose execution data is collected during the run phase but for which no associated source code files can be found at the reporting phase include tests with egg files and Python module files created at test execution-time.
9 lines
274 B
INI
9 lines
274 B
INI
[run]
|
|
omit = */django/contrib/*/tests*,*/django/utils/unittest*,*/django/utils/importlib.py,*/django/test/_doctest.py,*/django/core/servers/fastcgi.py,*/django/utils/autoreload.py,*/django/utils/dictconfig.py
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
|
|
[html]
|
|
directory = coverage_html
|