Skip to content

Commit

Permalink
Render coverage html.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 4, 2019
1 parent 7d2c121 commit 29b74c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,5 +8,6 @@ __pycache__
bin/
develop-eggs/
eggs/
htmlcov/
include/
lib/
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -16,6 +16,7 @@ basepython = python3.7
commands =
coverage run -m zope.testrunner --test-path=src {posargs:--auto-color -vv}
coverage report --show-missing --fail-under=93
coverage html
deps =
coverage
coverage-python-version
Expand Down

0 comments on commit 29b74c1

Please sign in to comment.