From a89eb6c9e7f17de6975c1086685b457b9baed229 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Wed, 20 Sep 2023 16:32:30 -0400 Subject: [PATCH] chore(devtools): make code coverage check informational for now (#1713) --- 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 0000000000..20eef17ff2 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +# Validate any changes to this file with: +# curl -X POST --data-binary @codecov.yml https://codecov.io/validate + +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true