-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix partial coverage reporting #12939
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
Conversation
Test Results - Preflight, Unit21 980 tests 20 246 ✅ 6m 16s ⏱️ Results for commit bcafcd6. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Acceptance7 tests 5 ✅ 3m 21s ⏱️ Results for commit bcafcd6. ♻️ This comment has been updated with latest results. |
Test Results (arm64) - Acceptance7 tests 5 ✅ 3m 16s ⏱️ Results for commit 6ddbdaa. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 19m 20s ⏱️ Results for commit 6ddbdaa. ♻️ This comment has been updated with latest results. |
Test Results (arm64) - Integration 4 files 4 suites 2h 21m 6s ⏱️ Results for commit 6ddbdaa. ♻️ This comment has been updated with latest results. |
8cb76f9
to
ba38569
Compare
ba38569
to
f5aac38
Compare
This reverts commit c8fd3ab.
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.
LGTM 🚀
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.
LGTM! Conditionals in GHA are indeed very painful
Motivation
With #12923 we fixed the coverage upload, and with #12924 we tried to fix the issue of reporting partial results.
Unfortunately, debugging job level conditionals in GitHub actions is notoriously hard / there isn't really a way to get proper debug information on how the conditions are evaluated.
Changes
enableTestSelection
correctly on the workflow call.Testing