chore: Fail tests if coveage is below 100%

This commit is contained in:
Gergely Polonkai 2025-05-21 23:57:09 +02:00
parent 3fa6997517
commit 839bc22734
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93

View File

@ -42,7 +42,7 @@ major_version_zero = true
[tool.coverage.report] [tool.coverage.report]
show_missing = true show_missing = true
skip_covered = true skip_covered = true
fail_under = 91 fail_under = 100
omit = ["examples/*"] omit = ["examples/*"]
[tool.coverage.run] [tool.coverage.run]