trpc.group/trpc-go/trpc-go@v1.0.3/.github/codecov.yaml (about)

     1  coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
     2    precision: 5
     3    range:
     4      - 85.0
     5      - 90.0
     6    status:
     7      project:
     8        default:
     9          branches:
    10            - ^main$
    11          target: 85.0 # the minimum coverage ratio that the commit must meet to be considered a success.
    12          threshold: 1% # allow the coverage to drop by X%, and posting a success status.