github.com/zchee/zap-cloudlogging@v0.0.0-20220819025602-19b026d3900e/.codecov.yaml (about) 1 codecov: 2 allow_coverage_offsets: true 3 4 parsers: 5 go: 6 partials_as_hits: true 7 8 coverage: 9 precision: 1 10 range: "70...100" 11 round: down 12 13 status: 14 default_rules: 15 flag_coverage_not_uploaded_behavior: include 16 17 project: 18 default: 19 target: auto 20 threshold: 1.0 21 if_not_found: success 22 23 patch: 24 default: 25 target: auto 26 threshold: 10.0 27 only_pulls: true 28 if_not_found: failure 29 30 changes: 31 default: 32 if_not_found: success 33 only_pulls: false 34 branches: 35 - main 36 37 ignore: 38 - "caller.go" 39 40 comment: 41 behavior: default 42 require_changes: false 43 show_carryforward_flags: true 44 45 github_checks: 46 annotations: true