From 422a40b958c11cd2659dd461c5a29d1c0b708666 Mon Sep 17 00:00:00 2001 From: Matt Mendick Date: Thu, 6 Feb 2020 21:04:08 +0100 Subject: [PATCH] Attempting to add `informational` only feedback for codecov (#1647) An attempt to try to add the `informational` flag (to not fail build steps) for the `codecov/patch` portion of the build steps. This is _not_ in their documentation, but there are lots of other things not correct in their documentation as noted on their community site, so I'm going to try this. Otherwise, I will submit another PR to turn the codecov/patch off and we'll just have stats for the whole project. --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 7a8647894a1bf..4cce15528fcb2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,7 +9,9 @@ coverage: project: default: informational: true - + patch: + default: + informational: true parsers: gcov: