-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
impr(ci): try outputting junit report #4828
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4828 +/- ##
=============================================
- Coverage 91.519% 9.165% -82.355%
=============================================
Files 655 347 -308
Lines 76553 24756 -51797
Branches 27683 94 -27589
=============================================
- Hits 70061 2269 -67792
- Misses 6393 22487 +16094
+ Partials 99 0 -99 see 646 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -209,6 +209,26 @@ jobs: | |||
--device "${{matrix.device}}" \ | |||
--configuration TestCI \ | |||
--scheme ${{matrix.scheme}} | |||
|
|||
- name: Publish Test Report | |||
uses: mikepenz/action-junit-report@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
report_paths: 'build/reports/junit.xml' | ||
|
||
- name: Test Report | ||
uses: dorny/test-reporter@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
reporter: swift-xunit | ||
|
||
- name: Test Summary | ||
uses: test-summary/action@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
If we want to stick with xcbeautify, we need to find a way to make the test results more readable. This uses the
-reports junit
option, and then tries out a few different github marketplace actions that consume a JUnit XML file and prepare reports, add annotations to the PR diff, etc for a failing test.TODO
#skip-changelog