1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00

Ignore coverage annotations reports. (#3131)

This commit is contained in:
Omer Katz 2019-09-20 18:59:50 +03:00 committed by Brendan Forster
parent e9bffd23be
commit 3b445ebb92

View File

@ -47,6 +47,7 @@ htmlcov/
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
*.py,cover
.hypothesis/ .hypothesis/
.pytest_cache/ .pytest_cache/