From e40e74d6a2a33aa8e29545eb1650cc690de74945 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 27 Jan 2021 17:04:09 +0000 Subject: [PATCH] Create codecov.yml --- 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 00000000..43f18be5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + target: auto + # this allows a drop from the previous base commit coverage + threshold: 0.5% + patch: + default: + # New code must have a 90% coverage + target: 90%