Skip to content

Commit

Permalink
Pimp MANIFEST + render missing lines as HTML report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 14, 2020
1 parent 63edc73 commit 735bb4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
17 changes: 8 additions & 9 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ include appveyor.yml
include .travis.yml
include tox.ini
include buildout.cfg
include *.sh
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include src *.py
recursive-include src *.zcml

recursive-include docs *
recursive-include src *

global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so

prune docs/_build
prune docs/_static
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ basepython =
commands =
coverage run -m zope.testrunner --test-path=src []
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
coverage html
coverage report --fail-under=100
deps =
{[testenv]deps}
Expand Down

0 comments on commit 735bb4e

Please sign in to comment.