-
Notifications
You must be signed in to change notification settings - Fork 843
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 javadoc boilerplate internal comment v2 for experimental classes #6886
Conversation
custom-checks/src/main/java/io/opentelemetry/gradle/customchecks/OtelInternalJavadoc.java
Outdated
Show resolved
Hide resolved
…ks/OtelInternalJavadoc.java Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6886 +/- ##
============================================
- Coverage 90.30% 90.30% -0.01%
Complexity 6589 6589
============================================
Files 729 729
Lines 19767 19767
Branches 1944 1944
============================================
- Hits 17851 17850 -1
Misses 1325 1325
- Partials 591 592 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
Looks good. Thanks a lot!
Added the javadoc boilerplate internal comment v2 for experimental classes for the issue below.
#6662