Skip to content

Commit

Permalink
Attempting to add informational only feedback for codecov (#1647)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mattmendick authored Feb 6, 2020
1 parent e0a7765 commit 422a40b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ coverage:
project:
default:
informational: true

patch:
default:
informational: true

parsers:
gcov:
Expand Down

0 comments on commit 422a40b

Please sign in to comment.