CosmWasm / sylvia

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

fix: Add missing `map_err` on `IntoResponse` result #351

Closed jawoznia closed 3 months ago

jawoznia commented 3 months ago

IntoResponse couldn't be used in parallel with custom error type.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.23%. Comparing base (38274f9) to head (9d069e7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #351 +/- ## ======================================= Coverage 85.23% 85.23% ======================================= Files 37 37 Lines 2710 2710 ======================================= Hits 2310 2310 Misses 400 400 ```

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