Skip to content

Commit

Permalink
Merge d520f3d into d67885d
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 25, 2021
2 parents d67885d + d520f3d commit 8e168d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ exclude_lines =
self.fail\(

[html]
directory = htmlcov
directory = parts/htmlcov
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ develop-eggs/
dist/
docs/_build
eggs/
htmlcov/
lib/
lib64
parts/
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
[meta]
template = "buildout-recipe"
commit-id = "2f8a259d7589d70e4fa73654d5a28f174f0959a0"
commit-id = "cba598ba16bcbc037c23fcee642fe2869a818dea"

[python]
with-pypy = true
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
[tox]
minversion = 3.18
envlist =
lint
py27
Expand Down Expand Up @@ -36,13 +37,16 @@ commands =

[testenv:coverage]
basepython = python3
allowlist_externals =
mkdir
setenv =
COVERAGE_PROCESS_START={toxinidir}/.coveragerc
deps =
coverage
coverage-python-version
zope.testrunner
commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage erase
coverage run -m zope.testrunner --test-path=src []
coverage combine
Expand Down

0 comments on commit 8e168d6

Please sign in to comment.