diff options
| author | Paolo Melchiorre <paolo@melchiorre.org> | 2023-02-11 09:43:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-11 09:43:26 +0100 |
| commit | 69352d85fa8412865db9e0c7f177b333c0eac3e2 (patch) | |
| tree | 2c626652cdced6c9f4b7349953286bf45c8a0e37 /.gitignore | |
| parent | b6ed389eec3e72d50301f456d711496331abd7b3 (diff) | |
Fixed #33213 -- Doc'd testing code coverage in parallel and used it.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
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/ |
