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:
parent
bd39a69c26
commit
777e8fa6ba
|
@ -8,7 +8,7 @@ coverage:
|
||||||
range: "50...100"
|
range: "50...100"
|
||||||
|
|
||||||
status:
|
status:
|
||||||
project: yes
|
project: off
|
||||||
patch: off
|
patch: off
|
||||||
changes: off
|
changes: off
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue