[ECO-1564][Coverage] Make package immutable, uncomment inline
keyword
#67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
inline
keyword which was commented out during development,such that 100% coverage could be achieved. See
[Bug][CLI] Coverage testing is broken for inline functions aptos-labs/aptos-core#9154 for more.
Testing
All tests still pass, but now at 95.94% coverage compared with 100% before uncommenting
inline
keyword.From in
src/move/emojicoin_dot_fun
:Published on testnet under single signer account:
https://explorer.aptoslabs.com/account/0xb11b48d9e8cece3b50a48996704bd1476caa761dfb84de38f9f8d1e136c8fa89/modules/code/emojicoin_dot_fun?network=testnet
Multisig account:
https://explorer.aptoslabs.com/account/0x761e2d91c9e986557b04bdda55b6b8ccf72402ec3b6681504c29f12a55d45e69/modules/code/emojicoin_dot_fun?network=testnet
Checklist