Skip to content

Commit

Permalink
Increase required coverage to 81%
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed May 2, 2024
1 parent f96da19 commit 0af078c
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 @@ -51,7 +51,7 @@ no_implicit_reexport = true
testpaths = "tests"
addopts = [
"--cov=refers",
"--cov-fail-under=75",
"--cov-fail-under=81",
"--cov-report=term-missing",
"--cov-report=term",
"--cov-report="
Expand Down

0 comments on commit 0af078c

Please sign in to comment.