-
Notifications
You must be signed in to change notification settings - Fork 101
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
Revert "Stop build if coverage is lower than main" #5473
Conversation
This reverts commit e501872.
|
||
> The coverage result does not include the functional test coverage. | ||
- name: Stop build if PR branch coverage is lower than main branch. |
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.
👍
Thanks for the quick turnaround |
.github/workflows/build.yaml
Outdated
DIFF_RATE=$(echo "$UT_COVERAGE-$MAIN_COVERAGE" | bc -l) | ||
echo "diff_coverage=$DIFF_RATE" >> $GITHUB_ENV | ||
|
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 also needs to be reverted back.
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.
Yes, this is what sets env.diff_coverage
adding diff rate back to report
Reverts enforcement of coverage blocker on builds per discussion with @nicolejms