Skip to content

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

Merged
merged 5 commits into from
Jul 31, 2025
Merged

Conversation

alexrashed
Copy link
Member

@alexrashed alexrashed commented Jul 31, 2025

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

  • Fixes the conditional for uploading the coverage report by switching to "not explicitly true" for the test selection and aceptancfe tests and considering the push event.
  • Fixes a conditional to forward the enableTestSelection correctly on the workflow call.

Testing

@alexrashed alexrashed added this to the 4.8 milestone Jul 31, 2025
@alexrashed alexrashed added the semver: patch Non-breaking changes which can be included in patch releases label Jul 31, 2025
Copy link

github-actions bot commented Jul 31, 2025

Test Results - Preflight, Unit

21 980 tests   20 246 ✅  6m 16s ⏱️
     1 suites   1 734 💤
     1 files         0 ❌

Results for commit bcafcd6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jul 31, 2025

Test Results (amd64) - Acceptance

7 tests   5 ✅  3m 21s ⏱️
1 suites  2 💤
1 files    0 ❌

Results for commit bcafcd6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jul 31, 2025

Test Results (arm64) - Acceptance

7 tests   5 ✅  3m 16s ⏱️
1 suites  2 💤
1 files    0 ❌

Results for commit 6ddbdaa.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jul 31, 2025

Test Results (amd64) - Integration, Bootstrap

    5 files      5 suites   2h 19m 20s ⏱️
4 848 tests 4 367 ✅ 481 💤 0 ❌
4 854 runs  4 367 ✅ 487 💤 0 ❌

Results for commit 6ddbdaa.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jul 31, 2025

Test Results (arm64) - Integration

    4 files      4 suites   2h 21m 6s ⏱️
4 824 tests 4 342 ✅ 482 💤 0 ❌
4 830 runs  4 342 ✅ 488 💤 0 ❌

Results for commit 6ddbdaa.

♻️ This comment has been updated with latest results.

@alexrashed alexrashed force-pushed the fix-coveralls-report-on-partial-2 branch from 8cb76f9 to ba38569 Compare July 31, 2025 10:47
@alexrashed alexrashed force-pushed the fix-coveralls-report-on-partial-2 branch from ba38569 to f5aac38 Compare July 31, 2025 11:36
@alexrashed alexrashed marked this pull request as ready for review July 31, 2025 11:59
Copy link
Contributor

@k-a-il k-a-il left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Copy link
Member

@silv-io silv-io left a 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

@alexrashed alexrashed merged commit f459293 into main Jul 31, 2025
26 checks passed
@alexrashed alexrashed deleted the fix-coveralls-report-on-partial-2 branch July 31, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants