From f03f6b3742ed2f47230ea9b6d1cb55d2526f6add Mon Sep 17 00:00:00 2001 From: Justin Perez Date: Fri, 29 Sep 2023 12:04:09 -0700 Subject: [PATCH] chore: add `codecov.yml` (#819) --- .github/codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..11a9c7473 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,11 @@ +# ref: https://docs.codecov.com/docs/codecovyml-reference +coverage: + range: 60..80 + round: down + precision: 1 + status: + # ref: https://docs.codecov.com/docs/commit-status + project: + default: + # Avoid false negatives + threshold: 1%