github.com/klaytn/klaytn@v1.12.1/.circleci/.codecov.yml (about)

     1  coverage:
     2      range: 50..100
     3      round: down
     4      precision: 2
     5  
     6      status:
     7          project:
     8              default:
     9                  enabled: true         # must be yes|true to enable this status
    10                  target: auto          # specify the target coverage for each commit status
    11                                        #   option: "auto" (must increase from parent commit or pull request base)
    12                                        #   option: "X%" a static target percentage to hit
    13                  if_not_found: success # if parent is not found report status as success, error, or failure
    14                  if_ci_failed: error   # if ci fails report status as success, error, or failure
    15  
    16  ignore:
    17    - blockchain/types/account/legacy_account.go            # disabled
    18    - blockchain/types/tx_internal_data_account_creation.go # inactivated
    19    - .*/metrics.go                                         # test not needed
    20    - .*/gen_config.go                                      # test not needed