Skip to content

Commit

Permalink
Configuring for zope-product
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 15, 2021
1 parent 05f9770 commit b8a5b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "5bbc534fb354cd72f49e773af8aac4994bf9b620"
commit-id = "4415752fead07401ce0e45c7d27ed81f6eeddf4f"

[python]
with-appveyor = false
Expand All @@ -12,7 +12,7 @@ with-docs = true
with-sphinx-doctests = false

[coverage]
fail-under = 75
fail-under = 76

[isort]
known_first_party = "Products.CMFCore"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -80,7 +80,7 @@ commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage run {envbindir}/test {posargs:-cv}
coverage html
coverage report -m --fail-under=75
coverage report -m --fail-under=76

[coverage:run]
branch = True
Expand Down

0 comments on commit b8a5b28

Please sign in to comment.