Make coverage report human-readable

request HTML lig in tox logdir, which is accessible on gates
completely ignore migrations in pylint

Change-Id: Icd3bb59844abe171c075b38accbbc1e8f222d435
This commit is contained in:
Alexey Stepanov 2016-08-29 08:18:10 +03:00
parent a34dc163b6
commit 07a2791259
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS, tox, logs
ignore=CVS, tox, logs, migrations
# Pickle collected data for later comparisons.
persistent=yes

View File

@ -9,7 +9,7 @@
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS, tox, logs
ignore=CVS, tox, logs, migrations
# Pickle collected data for later comparisons.
persistent=yes

View File

@ -28,6 +28,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
py.test --cov-config .coveragerc --cov-report html --cov=devops devops/tests
coverage html -d {envlogdir}
coverage report --fail-under 80