From e645b9ab9407e1c1b2c168317dc79fe13fc6e0b4 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Thu, 4 Jun 2020 11:44:38 -0400 Subject: [PATCH] Codecov setup (#4768) * Codecov setup * Understanding codecov --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..d08101fc8 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: true