summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarc Gibbons <1726961+marcgibbons@users.noreply.github.com>2023-04-27 14:02:55 -0600
committerGitHub <noreply@github.com>2023-04-27 17:02:55 -0300
commit070cbac0dbf6a09b55aad322137ab168b75bf56b (patch)
treec9f4273cbd9ac710c3fcc47aa4e449f313eadec5 /.gitignore
parent5c456a879300e5f51010d3f6aa7449302413efed (diff)
downloaddjango-070cbac0dbf6a09b55aad322137ab168b75bf56b.tar.gz
Restored multiprocessing concurrency on coverage.py settings
* Revert "Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."" This reverts commit 78da5ca0c1f2ab3201f8f6cd629e80d805ea023d. * Restored coverage multiprocess concurrency with threads Investigating https://github.com/nedbat/coveragepy/issues/1585 revealed that thread tracing gets disabled when passing `concurrency = multiprocessing`. Adding `thread` restores it, and ensures that the `auser()` is reported as covered since the test suite uses `AsyncToSync` to execute this middleware (which spawns threads).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 238fb3a200..6a67c6eb28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,6 @@ docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
-tests/.coverage
+tests/.coverage*
build/
tests/report/