We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Ref:
Sorry, something went wrong.
wuhuizuo
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: