coverage: Disable fail_under (code-base specific)
This commit is contained in:
parent
72d1fe4ce2
commit
9922734472
|
@ -170,7 +170,7 @@ addopts = "--strict-markers --cov --no-cov-on-fail"
|
|||
|
||||
[tool.coverage.report]
|
||||
precision = 2
|
||||
fail_under = 20
|
||||
fail_under = 0
|
||||
show_missing = true
|
||||
skip_covered = false
|
||||
skip_empty = false
|
||||
|
|
Loading…
Reference in a new issue