onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

validate contract #1477

Closed ianthpun closed 6 months ago

ianthpun commented 6 months ago

Closes #1478

Description

add isValidated on contract migration


For contributor use:

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 41.40%. Comparing base (f76de3b) to head (4b650d2).

Files Patch % Lines
internal/migrate/is_validated.go 68.42% 3 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/stable-cadence #1477 +/- ## ========================================================== + Coverage 41.23% 41.40% +0.16% ========================================================== Files 58 59 +1 Lines 3138 3157 +19 ========================================================== + Hits 1294 1307 +13 - Misses 1661 1664 +3 - Partials 183 186 +3 ``` | [Flag](https://app.codecov.io/gh/onflow/flow-cli/pull/1477/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=onflow) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/onflow/flow-cli/pull/1477/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=onflow) | `41.40% <68.42%> (+0.16%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=onflow#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.