github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/.codecov.yml (about) 1 codecov: 2 notify: 3 require_ci_to_pass: yes 4 5 coverage: 6 precision: 4 7 round: down 8 9 status: 10 project: 11 default: 12 threshold: 3 #Allow the coverage to drop by threshold%, and posting a success status. 13 patch: 14 default: 15 target: 0% 16 changes: no 17 18 parsers: 19 gcov: 20 branch_detection: 21 conditional: yes 22 loop: yes 23 method: no 24 macro: no 25 26 comment: 27 layout: "header, diff" 28 behavior: default 29 require_changes: no 30 31 ignore: 32 - "LICENSES" 33 - "*_test.go" 34 - "*.pb.go" 35 - ".git" 36 - "*.yaml" 37 - "*.toml" 38 - "*.md" 39 - "docs/.*" 40 - "testing_utils/.*"