Open wuhuizuo opened 1 year ago
As title said, currently we need to increase the project test coverage, but how to block it in CI that we need to do.
required-if-present-contexts
codecov/project
prow's tide configuration example:
tide: # ..... context_options: orgs: pingcap: repos: tidb: skip-unknown-contexts: true from-branch-protection: true branches: master: required-if-present-contexts: - "codecov/project"
The configuration is in configs repo.
Ref:
Enhancement
As title said, currently we need to increase the project test coverage, but how to block it in CI that we need to do.
How to do
required-if-present-contexts
key and addcodecov/project
into it's value.Ref
prow's tide configuration example:
The configuration is in configs repo.