Ignore test coverage reports

This commit is contained in:
Swen Kooij
2020-02-29 14:03:24 +02:00
parent 25ea06c141
commit df5a6e6e71
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -5,3 +5,6 @@ env/
*.pyc
__pycache__
*.egg-info
reports/
.coverage
-1
View File
@@ -146,7 +146,6 @@ setup(
"--cov-report=xml:reports/xml",
"--cov-report=html:reports/html",
"--junitxml=reports/junit/tests.xml",
"--reuse-db",
]
],
),