-
Notifications
You must be signed in to change notification settings - Fork 915
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
Use Java classloader to find test resources #9760
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just nits
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9760 +/- ##
================================================
- Coverage 10.49% 10.44% -0.05%
================================================
Files 119 119
Lines 20305 19945 -360
================================================
- Hits 2130 2083 -47
+ Misses 18175 17862 -313
Continue to review full report at Codecov.
|
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
@gpucibot merge |
Updates the Java tests to use the classloader to locate test files rather than reaching directly into the source directory.