DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

cw20 hooks and DAO transfer rules #806

Open JakeHartnell opened 4 months ago

JakeHartnell commented 4 months ago
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 96.07%. Comparing base (3ab7017) to head (4737691).

:exclamation: Current head 4737691 differs from pull request most recent head ce8cb3a. Consider uploading reports for the commit ce8cb3a to get more accurate results

Files Patch % Lines
packages/cw20/src/helpers.rs 0.00% 70 Missing :warning:
contracts/external/cw20-token/src/contract.rs 96.96% 59 Missing :warning:
...s/external/dao-cw20-transfer-rules/src/contract.rs 59.70% 54 Missing :warning:
packages/cw20/src/denom.rs 0.00% 21 Missing :warning:
packages/cw20/src/bin/schema.rs 0.00% 18 Missing :warning:
packages/cw20/src/balance.rs 75.00% 13 Missing :warning:
contracts/external/cw20-token/src/msg.rs 88.88% 8 Missing :warning:
contracts/external/cw20-token/src/bin/schema.rs 0.00% 7 Missing :warning:
packages/cw20/src/coin.rs 50.00% 7 Missing :warning:
packages/cw20/src/query.rs 58.33% 5 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #806 +/- ## =============================================== - Coverage 96.26% 96.07% -0.19% =============================================== Files 209 229 +20 Lines 53514 57299 +3785 =============================================== + Hits 51513 55051 +3538 - Misses 2001 2248 +247 ```

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