CI: drop codecov annot.
This commit is contained in:
Родитель
689b2189c6
Коммит
c98e6591b2
|
@ -20,7 +20,6 @@ coverage:
|
||||||
# https://codecov.readme.io/v1.0/docs/commit-status
|
# https://codecov.readme.io/v1.0/docs/commit-status
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
against: auto
|
|
||||||
target: 95% # specify the target coverage for each commit status
|
target: 95% # specify the target coverage for each commit status
|
||||||
threshold: 30% # allow this little decrease on project
|
threshold: 30% # allow this little decrease on project
|
||||||
# https://github.com/codecov/support/wiki/Filtering-Branches
|
# https://github.com/codecov/support/wiki/Filtering-Branches
|
||||||
|
@ -29,10 +28,13 @@ coverage:
|
||||||
# https://github.com/codecov/support/wiki/Patch-Status
|
# https://github.com/codecov/support/wiki/Patch-Status
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
against: auto
|
|
||||||
threshold: 50% # allow this much decrease on patch
|
threshold: 50% # allow this much decrease on patch
|
||||||
changes: false
|
changes: false
|
||||||
|
|
||||||
|
# https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations
|
||||||
|
github_checks:
|
||||||
|
annotations: false
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
gcov:
|
gcov:
|
||||||
branch_detection:
|
branch_detection:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче