Skip to content
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

Allow multiple reporters? #495

Open
mjankowski opened this issue Feb 23, 2024 · 0 comments
Open

Allow multiple reporters? #495

mjankowski opened this issue Feb 23, 2024 · 0 comments

Comments

@mjankowski
Copy link
Contributor

RE: this feature in latest release - #492 ...

The feature works as expected, but one side effect I noticed is that -- while the annotations are applied in the files tab -- the regular action log output no longer contains the file/line number, presumably because the github reporter output provides it in a way where the annotations pluck it out and what's left on the log is just the error itself (w/out file/line data)

See discussion on PR enabling the github reporter - mastodon/mastodon#29375 (comment)

Example of prior failure on default reporter with line info - https://github.com/mastodon/mastodon/actions/runs/7642059347/job/20820819026

Example of failure with github reporter showing just error without line info - https://github.com/mastodon/mastodon/actions/runs/8019637801/job/21907836377?pr=29375

All that to say -- is there a way to enable multiple reporters? If not, is there a way to modify the github reporter to get BOTH the annotations output and something that would keep the info in the log output? Am I missing something obvious here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants