From 895a7e3bda29cfa07ca04f4c15ddf204bee70d53 Mon Sep 17 00:00:00 2001 From: Hayden Metsky Date: Wed, 1 Nov 2023 22:05:00 -0400 Subject: [PATCH] Add codecov YAML This allows the continuous integration tests to pass no matter what the test coverage is or how much it decreases. --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..fcb54002 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: true # allow resulting status to pass no matter what the coverage is