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:
parent
6b88479480
commit
9f07572bc4
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
range: "50...100"
|
range: "50...100"
|
||||||
status:
|
status:
|
||||||
|
|
@ -25,3 +24,6 @@ parsers:
|
||||||
# This turns off the extra comment; the coverage %'s are still
|
# This turns off the extra comment; the coverage %'s are still
|
||||||
# reported on the main PR page as check results
|
# reported on the main PR page as check results
|
||||||
comment: false
|
comment: false
|
||||||
|
|
||||||
|
github_checks:
|
||||||
|
annotations: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue