ci: Updated codecov config to consider patches as well to hopefully fix PR issues [skip ci]

This commit is contained in:
2025-02-19 17:40:03 -07:00
parent bc5053c39c
commit 25576757bb
+9
View File
@@ -1,5 +1,14 @@
coverage:
range: "80..100"
status:
project:
default:
threshold: 0
target: 80%
patch:
default:
threshold: 0
target: 80%
ignore:
- "**/*_tests.rs"