chore: Fail tests if coveage is below 100%
This commit is contained in:
parent
3fa6997517
commit
839bc22734
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user