Skip to content

Conversation

JP-Ellis
Copy link
Contributor

📝 Summary

Generate junit XML files to be parsed by CodeCov

🚨 Breaking Changes

🔥 Motivation

🔨 Test Plan

🔗 Related issues/PRs

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis self-assigned this Sep 25, 2025
@Copilot Copilot AI review requested due to automatic review settings September 25, 2025 02:20
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds JUnit XML file generation to the test workflow for CodeCov integration. The changes enable test results to be parsed and uploaded to CodeCov for better test reporting and analysis.

  • Adds --junit-xml flags to all test commands to generate XML test result files
  • Introduces a new CodeCov test results upload step that runs regardless of test outcome
  • Updates both main test jobs and example test jobs to generate JUnit XML output

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@f11facd). Learn more about missing BASE report.
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##             main   #1247   +/-   ##
======================================
  Coverage        ?     52%           
======================================
  Files           ?      32           
  Lines           ?    3725           
  Branches        ?       0           
======================================
  Hits            ?    1963           
  Misses          ?    1762           
  Partials        ?       0           
Flag Coverage Δ
tests 52% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JP-Ellis JP-Ellis merged commit d79d1a0 into main Sep 25, 2025
94 of 97 checks passed
@JP-Ellis JP-Ellis deleted the chore/generate-junit-xml branch September 25, 2025 04:30
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.

1 participant