Skip to content

chore: Improve device test output#4997

Merged
jamescrosswell merged 1 commit intomainfrom
device-tests-output
Mar 11, 2026
Merged

chore: Improve device test output#4997
jamescrosswell merged 1 commit intomainfrom
device-tests-output

Conversation

@jamescrosswell
Copy link
Copy Markdown
Collaborator

In the case of a failed test, the script now outputs any lines from test_output/TestResults.xml contining the text result="Fail", as a quick summary of any test failures.

Also, on CI, if there is no match for (Get-Item ./test_output/*.xml).FullName this resulted in an unrelated error (no such property FullName), which made it hard to identify the root cause. That code now only executes if there are some matching the pattern for the xml files.

#skip-changelog

@github-actions
Copy link
Copy Markdown
Contributor

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.88%. Comparing base (7feb9a6) to head (61f066e).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4997      +/-   ##
==========================================
- Coverage   73.89%   73.88%   -0.02%     
==========================================
  Files         496      496              
  Lines       17951    17951              
  Branches     3516     3516              
==========================================
- Hits        13265    13263       -2     
- Misses       3825     3826       +1     
- Partials      861      862       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jamescrosswell jamescrosswell marked this pull request as ready for review March 11, 2026 00:53
Copy link
Copy Markdown
Member

@Flash0ver Flash0ver left a comment

Choose a reason for hiding this comment

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

nice! 🥔

@jamescrosswell jamescrosswell merged commit f39ed6c into main Mar 11, 2026
39 of 41 checks passed
@jamescrosswell jamescrosswell deleted the device-tests-output branch March 11, 2026 21: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.

2 participants