This commit is contained in:
Jirka Borovec 2021-03-27 09:07:13 +01:00
Родитель 7a379e953f
Коммит 386b7e42a8
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -21,7 +21,7 @@ coverage:
project:
default:
against: auto
target: 99% # 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
# https://github.com/codecov/support/wiki/Filtering-Branches
# branches: master
@ -30,8 +30,7 @@ coverage:
patch:
default:
against: auto
target: 50% # specify the target "X%" coverage to hit
# threshold: 50% # allow this much decrease on patch
threshold: 50% # allow this much decrease on patch
changes: false
parsers: