1
0
mirror of https://github.com/xgi/castero synced 2024-11-10 15:28:45 +01:00

remove test files from coverage report

This commit is contained in:
Jake Robertson 2019-08-08 20:09:46 -04:00
parent ec84ba8a19
commit c9cab1e5b8
No known key found for this signature in database
GPG Key ID: 15FF1380B7D5C715

@ -49,7 +49,7 @@ jobs:
command: |
. venv/bin/activate
coverage run -m pytest tests
coverage xml
coverage xml --omit="tests/*"
- store_artifacts:
path: coverage.xml