github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/codecov.yml (about) 1 #Configuration File for CodeCov 2 codecov: 3 notify: 4 require_ci_to_pass: yes 5 6 coverage: 7 precision: 2 8 round: down 9 range: "70...100" 10 11 status: 12 project: 13 default: 14 threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status. 15 branches: 16 - master 17 patch: 18 default: 19 target: 80% 20 threshold: 0% 21 branches: 22 - master 23 if_ci_failed: error #success, failure, error, ignore 24 25 comment: 26 layout: "reach, diff, flags, files" 27 behavior: default 28 require_changes: false 29 branches: # branch names that can post comment 30 - master 31 32 ignore: 33 - "LICENSES" 34 - ".git" 35 - "*.yml" 36 - "*.md" 37 - "docs/.*" 38 - "**/*.pb.go" 39 - "examples/*" 40 - "tests/*" 41 - "mocks/*" 42 - "*_gen.go"