Skip to content

Commit

Permalink
bump coverage treshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Jun 1, 2019
1 parent f07fa6f commit 8ef5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ basepython = python3.7
commands =
pip install -e ".[dev,sqlite,redis]"
pytest --cov . --cov-append --cov-report= .
coverage report --fail-under=90 --include="postfix_mta_sts_resolver/*" --show-missing
coverage report --fail-under=97 --include="postfix_mta_sts_resolver/*" --show-missing

0 comments on commit 8ef5c0a

Please sign in to comment.