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] remove unnecessary additional tools #7852

Merged

Conversation

codeboten
Copy link
Contributor

This is replicating the setup in the contrib repo that doesn't use go-acc & gcovmerge for coverage. It uses tools built into go 1.20 instead

@codeboten codeboten requested review from a team and jpkrohling June 7, 2023 21:26
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.09 🎉

Comparison is base (71c1873) 91.03% compared to head (9757633) 91.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7852      +/-   ##
==========================================
+ Coverage   91.03%   91.12%   +0.09%     
==========================================
  Files         299      299              
  Lines       14935    14935              
==========================================
+ Hits        13596    13610      +14     
+ Misses       1061     1050      -11     
+ Partials      278      275       -3     

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@codeboten
Copy link
Contributor Author

Will spend some time trying to figure out why the coverage dropped from this change.

This is replicating the setup in the contrib repo that doesn't use go-acc & gcovmerge for coverage.

Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten force-pushed the codeboten/coverate-rm-addtl-tools branch from 7e2937f to b843ba1 Compare June 21, 2023 19:41
Signed-off-by: Alex Boten <[email protected]>
@codeboten
Copy link
Contributor Author

Will spend some time trying to figure out why the coverage dropped from this change.

Found the missing coverage, needed to pass in coverpkg

@codeboten codeboten merged commit 0b88ff9 into open-telemetry:main Jun 21, 2023
@codeboten codeboten deleted the codeboten/coverate-rm-addtl-tools branch June 21, 2023 21:33
@github-actions github-actions bot added this to the next release milestone Jun 21, 2023
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