Merge "Add coverage report display"

This commit is contained in:
Zuul 2019-04-10 09:57:53 +00:00 committed by Gerrit Code Review
commit e5ed3be08d
2 changed files with 8 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = monasca_persister
omit = monasca_persister/tests/*
[report]
ignore_errors = True

View File

@ -37,6 +37,7 @@ commands =
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report
[testenv:debug]
basepython = python3