diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-11-09 15:21:36 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-11-09 15:28:23 +0100 |
commit | f30ab5515a2775d35e66da9d5dfc52a29a68bf9a (patch) | |
tree | cd70dccddc4ccc28844bf08e85c35fc2edcfa776 | |
parent | b9a65a875b7a8eb4794517f91f1cdfb38ce5d088 (diff) | |
download | crocoite-f30ab5515a2775d35e66da9d5dfc52a29a68bf9a.tar.gz crocoite-f30ab5515a2775d35e66da9d5dfc52a29a68bf9a.tar.bz2 crocoite-f30ab5515a2775d35e66da9d5dfc52a29a68bf9a.zip |
Add xml report for codecov.io
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,3 +2,6 @@ __pycache__ *.sw? *.egg-info/ .pytest_cache/ +coverage.xml +htmlcov +.coverage @@ -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 |