CosmWasm / sylvia

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

feat: Remove `#[contract(module=...)]` #315

Closed kulikthebird closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 85.45%. Comparing base (5a14db9) to head (70673f1).

Files Patch % Lines
sylvia/src/multitest.rs 0.00% 4 Missing :warning:
sylvia-derive/src/multitest.rs 96.59% 3 Missing :warning:
sylvia-derive/src/message.rs 98.43% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #315 +/- ## ========================================== - Coverage 86.01% 85.45% -0.56% ========================================== Files 39 37 -2 Lines 2888 2695 -193 ========================================== - Hits 2484 2303 -181 + Misses 404 392 -12 ```

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

kulikthebird commented 5 months ago

I close this PR, it was split to 4 separate PRs