From 55a4e4bc0a8084fb5f522fb0e42a3bb1146eca1d Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Wed, 31 Jul 2024 11:27:35 -0700 Subject: [PATCH] Create .codecov.yml --- .codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..2d9d3e61 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + # Don't allow overall project coverage to be dropped more than + # 2% + threshold: 2 + patch: + default: + # 75% of the changed code must be covered by tests + threshold: 25 + only_pulls: true