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
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)
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: