Skip to content

chore: Improve device test output#4997

Open
jamescrosswell wants to merge 1 commit intomainfrom
device-tests-output
Open

chore: Improve device test output#4997
jamescrosswell wants to merge 1 commit intomainfrom
device-tests-output

Conversation

@jamescrosswell
Copy link
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
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

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 1 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
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