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

[confignet] added NewDefaultFunctions #9671

Merged
merged 5 commits into from
Mar 20, 2024

Conversation

Sanket-0510
Copy link
Contributor

@Sanket-0510 Sanket-0510 commented Mar 2, 2024

Description:
Added newDefault methods for structs in confignet package

Link to tracking Issue:
closes #9656

Testing: Tests were added for the newDefault functions

Documentation:
godoc

@Sanket-0510 Sanket-0510 requested a review from a team as a code owner March 2, 2024 10:25
@Sanket-0510 Sanket-0510 changed the title added NewDefaultFunctions [confignet] added NewDefaultFunctions Mar 2, 2024
Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.95%. Comparing base (c7f0172) to head (8d4bad4).
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9671      +/-   ##
==========================================
- Coverage   90.98%   90.95%   -0.03%     
==========================================
  Files         349      349              
  Lines       18572    18582      +10     
==========================================
+ Hits        16897    16902       +5     
- Misses       1348     1352       +4     
- Partials      327      328       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TylerHelmuth TylerHelmuth added the ready-to-merge Code review completed; ready to merge by maintainers label Mar 18, 2024
@dmitryax dmitryax merged commit 268cdc2 into open-telemetry:main Mar 20, 2024
64 checks passed
@github-actions github-actions bot added this to the next release milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[confignet] Add NewDefault* functions for all config structs
4 participants