-
Notifications
You must be signed in to change notification settings - Fork 177
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
Update to Cadence v1.2.2 #6608
Update to Cadence v1.2.2 #6608
Conversation
attachments shipped in Cadence 1.0
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6608 +/- ##
==========================================
+ Coverage 41.15% 41.75% +0.60%
==========================================
Files 2052 1880 -172
Lines 182196 169174 -13022
==========================================
- Hits 74983 70641 -4342
+ Misses 100933 92604 -8329
+ Partials 6280 5929 -351
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -5,7 +5,7 @@ linters-settings: | |||
goimports: | |||
# put imports beginning with prefix after 3rd-party packages; | |||
# it's a comma-separated list of prefixes | |||
local-prefixes: github.com/onflow/flow-go | |||
local-prefixes: github.com/onflow/flow-go/ |
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.
Previously this also incorrectly considered e.g. flow-go-sdk
a local package.
This whole line should maybe just be removed instead?
Description
Automatically update to: