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

Add support for java-junit #80

Merged
merged 2 commits into from
Mar 7, 2021
Merged

Add support for java-junit #80

merged 2 commits into from
Mar 7, 2021

Conversation

dorny
Copy link
Owner

@dorny dorny commented Mar 7, 2021

This PR adds experimental support for Java JUnit.
Tested against test results from apache/pulsar.
To have code annotations working properly it's required your directory structure matches package name.
This is due to the fact Java stacktraces doesn't contains full path to the source file.
Some heuristic was necessary to figure out mapping between line in stack trace and actual source file.

@dorny dorny merged commit 91834ca into main Mar 7, 2021
@dorny dorny deleted the add-java-junit branch March 8, 2021 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant