Skip to content

Add CI test reporting: JUnit XML, check annotations, artifacts, and job summaries#54

Merged
SureshKViswanathan merged 2 commits into
mainfrom
copilot/generate-reports-on-ci
Feb 17, 2026
Merged

Add CI test reporting: JUnit XML, check annotations, artifacts, and job summaries#54
SureshKViswanathan merged 2 commits into
mainfrom
copilot/generate-reports-on-ci

Conversation

Copilot AI commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

CI runs tests but produces no reports — failures are only visible in raw console logs.

Changes

  • JUnit XML output: --xunit-output test-results.xml added to the test step
  • PR check annotations: mikepenz/action-junit-report@v5 publishes test results as inline annotations on PRs, one check per platform
  • Artifact upload: actions/upload-artifact@v4 persists test-results.xml per runner for downstream consumption
  • Job summary: Markdown table with platform info, test/failure counts, and pass/fail status written to $GITHUB_STEP_SUMMARY
  • Permissions: Added checks: write for the report action

All reporting steps use if: always() so reports are generated even on test failure.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…summary

Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com>
Copilot AI changed the title [WIP] Generate reports for continuous integration Add CI test reporting: JUnit XML, check annotations, artifacts, and job summaries Feb 17, 2026
@SureshKViswanathan SureshKViswanathan marked this pull request as ready for review February 17, 2026 22:01
@SureshKViswanathan SureshKViswanathan merged commit 3c5e91a into main Feb 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants