From f25abe81aed16f7d5f5b600799b9969f8f1b9b6b Mon Sep 17 00:00:00 2001 From: Patrick Kalita Date: Thu, 28 Sep 2023 09:38:06 -0700 Subject: [PATCH] Add codecov configuration file --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..e91d49cb --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +# https://docs.codecov.com/docs/codecov-yaml +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true