1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/.coveragerc
Mariusz Felisiak 78da5ca0c1
Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."
This reverts commit 69352d85fa.

Test coverage for async methods was no longer calculated with this
change.
2023-03-15 13:05:48 +01:00

15 lines
189 B
INI

[run]
branch = True
omit =
*/django/utils/autoreload.py
source = django
[report]
ignore_errors = True
omit =
*/django/conf/locale/*
*/tests/*
[html]
directory = coverage_html