Files
Robert Pack a31f2415d8 ci: improve coverage collection
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
2025-05-29 14:33:49 +00:00

19 lines
358 B
YAML

coverage:
status:
project:
default:
# allow some leniency on the deviation of pull requests
threshold: 1
if_ci_failed: error
informational: false
patch:
default:
if_ci_failed: error
informational: false
ignore:
- "delta-inspect/"
- "proofs/"
- "**/*.toml"
- "crates/benchmarks/"