1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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.
This commit is contained in:
Mariusz Felisiak
2023-03-15 13:05:48 +01:00
committed by GitHub
parent 8a844e761d
commit 78da5ca0c1
3 changed files with 5 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
[run]
branch = True
concurrency = multiprocessing
data_file = .coverages/.coverage
omit =
*/django/utils/autoreload.py
source = django