Skip to content
Snippets Groups Projects
Unverified Commit cb5caee3 authored by Vladislav Yarmak's avatar Vladislav Yarmak
Browse files

relax coverage requirement

parent 21eb3a8d
Branches
Tags
No related merge requests found
...@@ -21,4 +21,4 @@ basepython = python3.9 ...@@ -21,4 +21,4 @@ basepython = python3.9
commands = commands =
pip install -e ".[dev,sqlite,redis,postgres]" pip install -e ".[dev,sqlite,redis,postgres]"
pytest --cov . --cov-append --cov-report= . pytest --cov . --cov-append --cov-report= .
coverage report --fail-under=97 --include="postfix_mta_sts_resolver/*" --show-missing coverage report --fail-under=90 --include="postfix_mta_sts_resolver/*" --show-missing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment