github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/.codecov.yml (about) 1 codecov: 2 require_ci_to_pass: yes 3 4 comment: 5 layout: "reach, diff, flags, files" 6 behavior: default 7 require_changes: false # if true: only post the comment if coverage changes 8 require_base: no # [yes :: must have a base report to post] 9 require_head: yes # [yes :: must have a head report to post] 10 branches: # branch names that can post comment 11 - "master" 12 13 coverage: 14 status: 15 project: 16 default: 17 # Allow the coverage to drop by 3% 18 target: 85% 19 threshold: 3% 20 branches: 21 - master 22 patch: off