Skip to content

Commit

Permalink
bump down coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored May 21, 2024
1 parent e0d7ec2 commit 8878c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ addopts = [
"--cov-report=term-missing:skip-covered",
"--cov-report=html:build/reports/htmlcov",
"--cov-branch",
"--cov-fail-under=96",
"--cov-fail-under=95",
"--no-cov-on-fail",
# html
"--html=build/reports/pytest.html",
Expand Down

0 comments on commit 8878c4c

Please sign in to comment.