CosmWasm / sylvia

CosmWasm smart contract framework
Apache License 2.0
90 stars 14 forks source link

feat: Error on missing module for `impl Interface for Contract` #311

Closed kulikthebird closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 86.08%. Comparing base (3617509) to head (501ab1a).

Files Patch % Lines
sylvia-derive/src/parser/contract.rs 44.44% 5 Missing :warning:
sylvia-derive/src/input.rs 97.05% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ========================================== + Coverage 85.98% 86.08% +0.09% ========================================== Files 39 39 Lines 2905 2904 -1 ========================================== + Hits 2498 2500 +2 + Misses 407 404 -3 ```

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