From bcb59ca466421f199444e2132c220f6ffaa9c655 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 2 Jul 2020 21:29:32 -0700 Subject: [PATCH] codecov should not be blocking From https://docs.codecov.io/docs/common-recipe-list --- 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..bfdc9877 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true