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

Fixed #33213 -- Doc'd testing code coverage in parallel and used it.

This commit is contained in:
Paolo Melchiorre
2023-02-11 09:43:26 +01:00
committed by GitHub
parent b6ed389eec
commit 69352d85fa
3 changed files with 12 additions and 5 deletions

2
.gitignore vendored
View File

@@ -13,6 +13,6 @@ docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
tests/.coverage*
build/
tests/report/