github.1485827954.workers.dev/nektos/act@v0.2.63/codecov.yml (about)

     1  coverage:
     2    status:
     3      project:
     4        default:
     5          target: auto # auto compares coverage to the previous base commit
     6          threshold: 1%
     7      patch:
     8        default:
     9          target: 50%
    10  ignore:
    11  # Files generated by Google Protobuf do not require coverage
    12  - '**/*.pb.go'