github.com/nektos/act@v0.2.83/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          informational: true
    11  ignore:
    12  # Files generated by Google Protobuf do not require coverage
    13  - '**/*.pb.go'