diff options
-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 |