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.
This commit is contained in:
Rodrigo Primo 2020-01-22 16:17:45 -03:00
parent bd39a69c26
commit 777e8fa6ba
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ coverage:
range: "50...100"
status:
project: yes
project: off
patch: off
changes: off