remove unnecessary libraries from coverage report

This commit is contained in:
Andrey Pohilko
2017-04-28 14:30:51 +06:00
parent 621a1cd1d0
commit 4614af36a6

View File

@@ -4,8 +4,8 @@ dependencies:
test:
override:
- coverage run test.py
- coverage run --include=test.py,registry.py test.py
post:
- mkdir -p $CIRCLE_ARTIFACTS/coverage-html
- coverage html -d $CIRCLE_ARTIFACTS/coverage-html
- mkdir -p $CIRCLE_ARTIFACTS/coverage
- coverage html -d $CIRCLE_ARTIFACTS/coverage
- mv .coverage $CIRCLE_ARTIFACTS