-
Notifications
You must be signed in to change notification settings - Fork 71
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
add buf support to repo #126
Conversation
cb4495b
to
239b335
Compare
Codecov ReportBase: 50.34% // Head: 38.11% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #126 +/- ##
===========================================
- Coverage 50.34% 38.11% -12.23%
===========================================
Files 23 5 -18
Lines 7886 4182 -3704
Branches 85 0 -85
===========================================
- Hits 3970 1594 -2376
+ Misses 3560 2275 -1285
+ Partials 356 313 -43
Flags with carried forward coverage won't be shown. Click here to find out more. 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 at Codecov. |
Makefile
Outdated
@$(protoImage) buf lint --error-format=json | ||
|
||
proto-check-breaking: | ||
@$(protoImage) buf breaking --against $(HTTPS_GIT)#branch=main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to set HTTPS_GIT as a variable and update the branch to master.
- uses: bufbuild/buf-push-action@v1 | ||
with: | ||
input: "proto" | ||
buf_token: ${{ secrets.BUF_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK for Go and buf config.
adds buf support and Golang/Rust generation script