From 060ad41ef007931365873f2e104b8d62ec1a3727 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 11 Apr 2021 22:54:05 -0700 Subject: [PATCH] ci: codecov informational mode (#179) --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..ce4d615 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + informational: true + changes: + default: + informational: true + patch: + default: + informational: true