From 5b32b1a8a450021b87c8b64edeecb41aff7509d2 Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Sat, 29 Jan 2022 17:41:42 -0600 Subject: [PATCH] Set codecov to be informational only (and not fail CI) --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..bfdc9877d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true