diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-15 13:05:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 13:05:48 +0100 |
| commit | 78da5ca0c1f2ab3201f8f6cd629e80d805ea023d (patch) | |
| tree | e993617bfb883630f825416bb280d19ebc9ad2b7 /.gitignore | |
| parent | 8a844e761d098d4005725f991a5e120a1f17cb70 (diff) | |
Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."
This reverts commit 69352d85fa8412865db9e0c7f177b333c0eac3e2.
Test coverage for async methods was no longer calculated with this
change.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6a67c6eb28..238fb3a200 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/ |
