ci: Updated codecov config to consider patches as well to hopefully fix PR issues [skip ci]
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
coverage:
|
||||
range: "80..100"
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 0
|
||||
target: 80%
|
||||
patch:
|
||||
default:
|
||||
threshold: 0
|
||||
target: 80%
|
||||
|
||||
ignore:
|
||||
- "**/*_tests.rs"
|
||||
|
||||
Reference in New Issue
Block a user