-
Notifications
You must be signed in to change notification settings - Fork 118
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
fix USE_V1_PUBLISH_BLOCK_ENDPOINT flag #582
Conversation
USE_V1_PUBLISH_BLOCK_ENDPOINT was accidentally using the v2 publish endpoint when set instead of v1, and vice versa.
Codecov ReportAttention:
β Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #582 +/- ##
==========================================
- Coverage 36.22% 30.44% -5.79%
==========================================
Files 24 41 +17
Lines 5267 6268 +1001
==========================================
Hits 1908 1908
- Misses 3112 4113 +1001
Partials 247 247
Flags with carried forward coverage won't be shown. Click here to find out more. β View full report in Codecov by Sentry. |
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.
Thanks for fixing and picking this up!
Fixed in #585 |
π Summary
USE_V1_PUBLISH_BLOCK_ENDPOINT was accidentally using the v2 publish endpoint when set instead of v1, and vice versa.
β± Motivation and Context
π References
fixes #581
β I have run these commands
(used the web editor)
make lint
make test-race
go mod tidy
CONTRIBUTING.md