flow-go
flow-go copied to clipboard
Atree Inlining & Deduplication with Cadence v1.0
Updates Epic https://github.com/onflow/atree/issues/292 and closes #5403.
This PR enables Atree Inlining & Deduplication with Cadence v1.0 in flow-go.
Requires:
- https://github.com/onflow/cadence/pull/3048
- https://github.com/onflow/cadence/pull/3178
- https://github.com/onflow/cadence/pull/3179 (thank you @SupunS)
Codecov Report
Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (
feature/atree-inlining-cadence-v1.0@b4864e0). Click here to learn what that means.
| Files | Patch % | Lines |
|---|---|---|
| utils/unittest/execution_state.go | 0.00% | 2 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## feature/atree-inlining-cadence-v1.0 #5554 +/- ##
======================================================================
Coverage ? 55.65%
======================================================================
Files ? 276
Lines ? 26638
Branches ? 0
======================================================================
Hits ? 14826
Misses ? 10626
Partials ? 1186
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 55.65% <0.00%> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Re-triggered CI