Disable CodeCov annotations via GitHub Checks

They just decided to turn this on by default for all their GitHub users ...

https://docs.codecov.io/docs/github-checks-beta
This commit is contained in:
Deirdre Connolly 2020-09-10 14:33:46 -04:00 committed by Deirdre Connolly
parent 6b88479480
commit 9f07572bc4
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
coverage:
range: "50...100"
status:
@ -25,3 +24,6 @@ parsers:
# This turns off the extra comment; the coverage %'s are still
# reported on the main PR page as check results
comment: false
github_checks:
annotations: false