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 Mar 16, 2021
1 parent 1a01604 commit d5f4bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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/zope-product
[meta]
template = "zope-product"
commit-id = "5160fefd5278ff7780bff6efd7efbecc47d6741a"
commit-id = "d86cf2ed926cfc9661d7f6f7fb989bc77eb5db4e"

[python]
with-appveyor = false
Expand All @@ -19,7 +19,7 @@ known_zope = "OFS, Products"
use-flake8 = true

[coverage]
fail-under = 85
fail-under = 97

[manifest]
additional-rules = [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage run {envbindir}/test {posargs:-cv}
coverage html
coverage report -m --fail-under=85
coverage report -m --fail-under=97

[coverage:run]
branch = True
Expand Down

0 comments on commit d5f4bcd

Please sign in to comment.