generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 211
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
[java-junit] show annotations on PR "Files changed" tab next to code line related to the failure #208
Comments
I'll send the PR shortly |
atsu85
added a commit
to atsu85/test-reporter
that referenced
this issue
Nov 19, 2022
atsu85
added a commit
to atsu85/test-reporter
that referenced
this issue
Nov 19, 2022
Pull request that fixes this issue is ready to be merged! @dorny thanks for open-sourcing this project! |
dorny
added a commit
that referenced
this issue
Nov 29, 2022
…ions-on-pr-changed-files Fix #208 - java-junit: show annotations on PR changed files
Tested that the feature is released and works as expected :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current situation
Currently
show annotations on pull request "Files changed" tab next to code line related to the failure
works nicely when JUnit report is generated for example on NodeJS using jest-junit reporter:but the same feature doesn't work on Java Virutal Machine (Java/Kotlin/Groovy/...)
Problem
Currently the code that parses exception stack trace lines fails to parse the line if the line:
Example of stack trace line, that isn't parsed:
Expected behaviour
On JVM (Java/Kotlin/Groovy/...) annotations should be added to pull request "Files changed" tab next to code line related to the failure based on stack trace
The text was updated successfully, but these errors were encountered: