From 777e8fa6baa3f1f633947140e1b5d8b90a549907 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 22 Jan 2020 16:17:45 -0300 Subject: [PATCH] Disable Codecov checks for each PR This commit disables the Codecov notification whenever a commit is added to the PR reporting if the change passed or not Codecov checks for code coverage. Doing this after discussion with the rest of the team as we feel there are a significant number of false positives in Codecov failures. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index b16ed01874d..d0261f64326 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,7 +8,7 @@ coverage: range: "50...100" status: - project: yes + project: off patch: off changes: off