summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--setup.cfg2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4d8356f..80f8304 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ __pycache__
*.sw?
*.egg-info/
.pytest_cache/
+coverage.xml
+htmlcov
+.coverage
diff --git a/setup.cfg b/setup.cfg
index 0b06bc8..32dfadf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[aliases]
test=pytest
[tool:pytest]
-addopts=--cov-report=html --cov=crocoite --cov-config=setup.cfg
+addopts=--cov-report=html --cov-report=xml --cov=crocoite --cov-config=setup.cfg
[coverage:run]
branch=True