-
Notifications
You must be signed in to change notification settings - Fork 136
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
Move to Go 1.23 #398
Move to Go 1.23 #398
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #398 +/- ##
==========================================
- Coverage 53.15% 49.67% -3.48%
==========================================
Files 8 9 +1
Lines 730 781 +51
==========================================
Hits 388 388
- Misses 332 383 +51
Partials 10 10 ☔ View full report in Codecov by Sentry. |
uses: codecov/codecov-action@v3.1.0 | ||
uses: codecov/codecov-action@v4 | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_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.
Required to not get throttled by CodeCov. Not particularly sensitive (worst case scenario if this leaks is that someone overwrites our code coverage data)
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.