From aa274b03dbe5f0442cb976af033d103ac74b1836 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 10 Jul 2024 15:07:49 -0700 Subject: [PATCH] Create codecov config --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..448ae18 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + patch: + default: + informational: true + project: + default: + target: auto + # adjust accordingly based on how flaky your tests are + # this allows a 2% drop from the previous base commit coverage + threshold: 2%