-
Notifications
You must be signed in to change notification settings - Fork 180
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] Update workflows to use setup-go@v4 #4482
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4482 +/- ##
==========================================
- Coverage 56.27% 50.55% -5.72%
==========================================
Files 977 191 -786
Lines 91770 16519 -75251
==========================================
- Hits 51644 8352 -43292
+ Misses 36300 7582 -28718
+ Partials 3826 585 -3241
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
FVM Benchstat comparisonThis branch with compared with the base branch onflow:master commit 0188f21 The command Collapsed results for better readability
|
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.
LGTM. Added update in Makefile
to fix verify-mocks
intermittent failure in CI.
Update all workflows to use
actions/setup-go@v4
. This is the latest version and includes default dependency caching