Skip to content

chore(ci): prepend pass/time/delta summary to test results comment#24430

Draft
Artur- wants to merge 4 commits into
mainfrom
better-error-report
Draft

chore(ci): prepend pass/time/delta summary to test results comment#24430
Artur- wants to merge 4 commits into
mainfrom
better-error-report

Conversation

@Artur-
Copy link
Copy Markdown
Member

@Artur- Artur- commented May 24, 2026

Lead with three concise lines (status, time vs reference, test count delta) and tuck EnricoMi's verbose table inside a

Details block so PR reviewers can see the headline at a glance.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 24, 2026

Test Results

❌ 1 test failed
⚠️ 116% of reference time spent (1h 33m 45s)
⚠️ 2558 tests removed

Full report

1 211 files   -   209  1 211 suites   - 209   1h 33m 45s ⏱️ + 13m 16s
7 442 tests  - 2 558  7 393 ✅  - 2 539  48 💤  - 20  1 ❌ +1 
7 914 runs   - 2 558  7 864 ✅  - 2 539  49 💤  - 20  1 ❌ +1 

For more details on these failures, see this check.

Results for commit c799658. ± Comparison against base commit 6bad3ec.

♻️ This comment has been updated with latest results.

Artur- added 4 commits May 25, 2026 13:21
Lead with three concise lines (status, time vs reference, test count
delta) and tuck EnricoMi's verbose table inside a <details> block so
PR reviewers can see the headline at a glance.
EnricoMi's `json` step output only carries deltas when comparing against
an earlier commit's check run, which doesn't exist on the first push to
a new branch. The PR comment uses a separate base-commit comparison and
renders the deltas straight into its text. Parse them from there.
Demonstration commit for the new EnricoMi summary header — triggers all
three "things go wrong" lines (❌ test failed, ⚠️ time over budget,
⚠️ test removed). Revert before merging.
A 109.74% run rounds to "110%" on display but stayed green under the
strict `>` check, which reads as a UI bug to anyone reading the
threshold. Use `>=` so the rounded integer drives the warning.
@Artur- Artur- force-pushed the better-error-report branch from 57d7e64 to c799658 Compare May 25, 2026 10:21
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant