-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
don't let codecov tool comment everywhere in PR #503
don't let codecov tool comment everywhere in PR #503
Conversation
comment: | ||
layout: "reach, diff, flags, files" | ||
behavior: default | ||
require_changes: false # if true: only post the comment if coverage changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@changweige Maybe set this value to true could solve the problem.
.github/codecov.yml
Outdated
# comment: | ||
# layout: "reach, diff, flags, files" | ||
# behavior: default | ||
# require_changes: false # if true: only post the comment if coverage changes | ||
|
||
codecov: | ||
require_ci_to_pass: false | ||
notify: | ||
wait_for_ci: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This value could set to true too.
@changweige I submitted a similar PR in the nydus repository: dragonflyoss/nydus#1350, please take a look. Thanks! |
Signed-off-by: Changwei Ge <[email protected]>
adb4bc5
to
4a7ac09
Compare
Thanks for the reminder. Already follows your PR. |
It messes up the PR code change page.