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

[chore] change the way we unmarshal the config in tests #9765

Merged
merged 1 commit into from Mar 14, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Mar 14, 2024

This change is required in preparation of #9750

This removes the call to component.UnmarshalConfig in preparation of its deprecation, and instead has the Conf object unmarshal itself into the Config struct.

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.97%. Comparing base (3cb1250) to head (742b080).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9765   +/-   ##
=======================================
  Coverage   90.97%   90.97%           
=======================================
  Files         353      353           
  Lines       18616    18616           
=======================================
  Hits        16936    16936           
  Misses       1354     1354           
  Partials      326      326           

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

@dmitryax dmitryax merged commit 117ce94 into open-telemetry:main Mar 14, 2024
46 checks passed
@github-actions github-actions bot added this to the next release milestone Mar 14, 2024
atoulme added a commit that referenced this pull request Mar 15, 2024
dmitryax pushed a commit that referenced this pull request Mar 15, 2024
Reverts #9765

We need to revert those changes as contrib has issues with them in
isolation from #9750.
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

2 participants