From b365492a630e4d00f64707194e715df891f84888 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Mon, 27 Nov 2023 18:57:53 -0500 Subject: [PATCH] try out codecov.yml --- .github/codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..51ceba8e --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true +comment: false