github.com/filecoin-project/specs-actors/v4@v4.0.2/.codecov.yml (about) 1 # Documentation: 2 # https://docs.codecov.io/docs/codecovyml-reference 3 # https://docs.codecov.io/docs/pull-request-comments 4 # https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a 5 6 coverage: 7 range: 50..90 8 round: down 9 precision: 1 10 status: 11 patch: off 12 13 ignore: 14 - "**/*/cbor_gen.go" 15 - "support/**/*" 16 - "gen/**/*" 17 18 comment: 19 layout: "diff" # "diff, flags, files" 20 behavior: default 21 require_changes: false # if true: only post the comment if coverage changes 22 require_base: true # [yes :: must have a base report to post] 23 require_head: true # [yes :: must have a head report to post] 24 branches: [] # branch names that can post comment 25 26 codecov: 27 notify: 28 # yes: will delay sending notifications until all ci is finished 29 # no: will send notifications without checking ci status and wait till "after_n_builds" are uploaded 30 require_ci_to_pass: false 31