CosmWasm / sylvia

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

feat: Handle missing explicite custom types #323

Closed kulikthebird closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 85.27%. Comparing base (5970be8) to head (a8522af).

Files Patch % Lines
sylvia-derive/src/input.rs 50.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #323 +/- ## ========================================== - Coverage 85.45% 85.27% -0.19% ========================================== Files 37 37 Lines 2695 2709 +14 ========================================== + Hits 2303 2310 +7 - Misses 392 399 +7 ```

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

kulikthebird commented 5 months ago

There's a problem with coverage, since we do not have a proper errors/warnings testing setup at the moment. To be fixed by https://github.com/CosmWasm/sylvia/issues/98