You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-39513: Show test failures of ci-meson as annotations
Follow-up to #36938 and
#37738 , this PR shows the test
failures of ci-meson.yml workflow as GitHub annotations, which has the
advantage that you don't need to scroll through the whole log to view
the failed tests.
(actually I just search for `Failed examples`, but this is not
foolproof)
Previously only build.yml got this feature.
There's a disadvantage, then the file and line numbers are no longer
shown in the downloaded log file, instead only `[error]` is shown (but
this is trivially fixable by printing the format in both old and new
ways when `--format github` is passed). I think if everyone views the
annotations instead of reading the raw log anyway, it shouldn't matter
too much.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes. (no functionality
change)
- [ ] I have updated the documentation and checked the documentation
preview. (no documentation change)
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - #12345: short description why this is a dependency -->
<!-- - #34567: ... -->
URL: #39513
Reported by: user202729
Reviewer(s): Tobias Diez
0 commit comments