-
Notifications
You must be signed in to change notification settings - Fork 59
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
Have the logs use the error annotation format #60
Comments
Hey @jamie-wearsafe. I'm not really sure how does that work or what would it improve? Can you elaborate more on this? |
When using that annotation the error logs create links to the file and line number in the src. |
I'm unable to find such functionality in javascript core library though. |
|
It's intended for internal use. I'd rather stick to official API. |
action-surefire-report/utils.js
Line 101 in a915ba6
If we use the
issueCommand()
function it will create error annotations in the action as well, which is also handy for accessing the problem.The text was updated successfully, but these errors were encountered: