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] apply some nits to contract_checker. #9543

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Feb 9, 2024

The idSet struct used a mix of pointer and non-pointer receivers on functions, this is now uniformly using non-pointer functions.

@atoulme atoulme requested review from a team and djaglowski February 9, 2024 05:25
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (59b45a5) 90.61% compared to head (68ab660) 90.63%.

Files Patch % Lines
receiver/receivertest/contract_checker.go 80.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9543      +/-   ##
==========================================
+ Coverage   90.61%   90.63%   +0.01%     
==========================================
  Files         347      347              
  Lines       18236    18230       -6     
==========================================
- Hits        16525    16522       -3     
+ Misses       1381     1379       -2     
+ Partials      330      329       -1     

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

@atoulme atoulme changed the title [chore] apply some nits to contract_checker. Fix a comment and don't … [chore] apply some nits to contract_checker. Feb 9, 2024
…mix receiver functions with and without pointers
@atoulme atoulme force-pushed the contract_checker_nits branch from e757c13 to 68ab660 Compare February 16, 2024 22:06
@dmitryax dmitryax merged commit a8b00dc into open-telemetry:main Feb 16, 2024
45 of 46 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 16, 2024
@atoulme atoulme deleted the contract_checker_nits branch February 16, 2024 23:38
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.

2 participants