diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 0000000..4bcb44b --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + # auto compares coverage to the previous base commit + target: auto + # adjust accordingly based on how flaky your tests are + # this allows a 10% drop from the previous base commit coverage + threshold: 10% + # non-blocking status checks + informational: false