Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/mint burn mechanism #26

Merged
merged 10 commits into from
Mar 29, 2024
Merged

Feat/mint burn mechanism #26

merged 10 commits into from
Mar 29, 2024

Conversation

trung2891
Copy link
Member

  • Enable mint/burn mechanism for ibc-bridge-wasm

Copy link

github-actions bot commented Mar 25, 2024

badge

Code Coverage Summary

Filename                                         Stmts    Miss  Cover    Missing
---------------------------------------------  -------  ------  -------  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
contracts/cw-ics20-latest/src/contract.rs          405      83  79.51%   48, 66, 147-160, 220, 288, 331, 336, 363, 388, 474, 480, 500, 524-527, 544-546, 552-553, 560, 597-598, 777-794, 800, 803-804, 807-812, 818, 822-831, 922-962, 989-990, 999-1003
contracts/cw-ics20-latest/src/ibc.rs               441     195  55.78%   73, 111-219, 260-261, 266-267, 272, 278, 414, 484-537, 542-549, 560, 587-588, 631, 643-682, 697, 709, 726-727, 860-864, 925-939, 976-979, 983-986, 1067-1077, 1089-1207, 1244, 1284-1290
contracts/cw-ics20-latest/src/ibc_hooks.rs          99      99  0.00%    20-209
contracts/cw-ics20-latest/src/query_helper.rs       28       0  100.00%
contracts/cw-ics20-latest/src/state.rs              38       6  84.21%   219-230
packages/cw20-ics20-msg/src/amount.rs               72       9  87.50%   77-82, 103, 141-142
packages/cw20-ics20-msg/src/converter.rs            47      12  74.47%   69-76, 89-94
packages/cw20-ics20-msg/src/helper.rs               27       8  70.37%   31, 38-40, 44-47
packages/cw20-ics20-msg/src/ibc_hooks.rs            28       7  75.00%   36, 42, 50, 54-57
packages/cw20-ics20-msg/src/receiver.rs             45       1  97.78%   102
TOTAL                                             1230     420  65.85%

Diff against master

Filename                                     Stmts    Miss  Cover
-----------------------------------------  -------  ------  -------
contracts/cw-ics20-latest/src/contract.rs      +32     -10  +4.44%
contracts/cw-ics20-latest/src/ibc.rs            -3      +3  -0.97%
TOTAL                                          +29      -7  +1.41%

Results for commit: e92f33c

Minimum allowed coverage is 90%

♻️ This comment has been updated with latest results

@ducphamle2 ducphamle2 merged commit 630c7f4 into master Mar 29, 2024
2 checks passed
@ducphamle2 ducphamle2 deleted the feat/mint-burn-mechanism branch March 29, 2024 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants