diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..dd93c3b7cf --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,17 @@ + +coverage: + status: + project: + default: + # allow some leniency on the deviation of pull requests + threshold: '1%' + informational: true + patch: + default: + informational: true + + +ignore: + - "delta-inspect/" + - "proofs/" + - "**/*.toml"