We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f77d9 commit 46399f7Copy full SHA for 46399f7
pyproject.toml
@@ -28,7 +28,7 @@ addopts = [
28
"--cov-report=term-missing",
29
"--cov-report=html",
30
"--cov-report=xml",
31
- "--cov-fail-under=80",
+ "--cov-fail-under=100",
32
]
33
markers = [
34
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
0 commit comments