From fe2f7186c5d209bfa91281ea31d1b9b39e5d2c5c Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 12 Aug 2022 11:34:22 -0700 Subject: [PATCH] [BACKEND] Informational codecov only (#170) --- 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 00000000..a793f591 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true \ No newline at end of file