-
Notifications
You must be signed in to change notification settings - Fork 874
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
JMH jar pack all sources #839
Conversation
Codecov Report
@@ Coverage Diff @@
## master #839 +/- ##
============================================
- Coverage 79.11% 78.87% -0.25%
- Complexity 786 788 +2
============================================
Files 104 105 +1
Lines 2811 2845 +34
Branches 269 273 +4
============================================
+ Hits 2224 2244 +20
- Misses 483 495 +12
- Partials 104 106 +2
Continue to review full report at Codecov.
|
Example for running jmhJar https://github.com/open-telemetry/opentelemetry-java/pull/815/files |
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.
good fix. I hadn't run into this yet, but I probably would have very soon!
If u are using classes in JMH from /main/java/* u will get ClassNotFoundException this PR is fixing it