coverage: Disable fail_under (code-base specific)
Some checks are pending
CI / validation (push) Waiting to run
CI / unit-tests (push) Waiting to run
CI / Produce Pull Request payload artifact (push) Waiting to run

This commit is contained in:
ItsDrike 2024-07-13 13:38:29 +02:00
parent 72d1fe4ce2
commit 9922734472
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -170,7 +170,7 @@ addopts = "--strict-markers --cov --no-cov-on-fail"
[tool.coverage.report] [tool.coverage.report]
precision = 2 precision = 2
fail_under = 20 fail_under = 0
show_missing = true show_missing = true
skip_covered = false skip_covered = false
skip_empty = false skip_empty = false