diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..0f17a24b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,29 @@ +coverage: + precision: 2 + round: down + range: "50...85" + status: + project: + default: + target: auto + threshold: 5% + informational: true + flags: + - rust-core + patch: + default: + target: 70% + threshold: 20% + informational: true + flags: + - rust-core + +comment: false +github_checks: + annotations: false + +ignore: + - "target/**" + - "bench/**" + - "crates/*/benches/**" + - "crates/*/examples/**"