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

ci: fix protoc-gen-go path for go install #114

Merged
merged 2 commits into from
Apr 15, 2023

Conversation

snprajwal
Copy link
Member

The CI job that installed protoc-gen-go was using a deprecated package path. It has been updated with the path to the active package path.

cc @rst0git

@rst0git rst0git self-requested a review April 7, 2023 13:10
@snprajwal
Copy link
Member Author

I seem to be facing the same issue as your other PR that changed the Go version. Not sure why code coverage is failing since I haven't changed any of the commands in the CI pipeline :/

@adrianreber
Copy link
Member

Independent of the CI failure, you should not include additional cosmetic changes in the same commit at least.

@snprajwal
Copy link
Member Author

Got it, let me split these out into a separate commit

test/Makefile Outdated Show resolved Hide resolved
@snprajwal
Copy link
Member Author

It seems Go 1.20 added support for merging multiple coverage reports using go test -coverprofile. I'm not sure if that change is breaking something in our coverage pipeline. I'll try to figure something out for this.

@adrianreber
Copy link
Member

Coverage tests are fixed. Please rebase.

The CI job that installed protoc-gen-go was using a deprecated package
path. It has been updated with the path to the active package path.

Signed-off-by: Prajwal S N <[email protected]>
@snprajwal
Copy link
Member Author

Thanks for fixing it!

@codecov
Copy link

codecov bot commented Apr 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (43834cc) 18.72% compared to head (51b1809) 18.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   18.72%   18.72%           
=======================================
  Files          93       93           
  Lines       15081    15081           
=======================================
  Hits         2824     2824           
  Misses      11979    11979           
  Partials      278      278           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@snprajwal snprajwal requested a review from rst0git April 15, 2023 07:10
@adrianreber adrianreber merged commit 83fc137 into checkpoint-restore:master Apr 15, 2023
@snprajwal snprajwal deleted the fix-protoc-gen-go branch May 13, 2023 14:21
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.

3 participants