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

Fixed #34810 -- Measured test coverage on django-admin commands.

This commit is contained in:
Jacob Walls
2023-09-04 12:30:49 -04:00
committed by Natalia
parent 254df3a3bb
commit 1ab2cf7994
3 changed files with 11 additions and 1 deletions

View File

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