coverage

Computes coverage for a package

Computes coverage on a previous unit test run for a package. Coverage input must first be built with aptos move test --coverage

Usage

movement aptos move coverage

Commands

  • summary Display a coverage summary for all modules in a package

  • source Display coverage information about the module against source code

  • bytecode Display coverage information about the module against disassembled bytecode

  • help Print this message or the help of the given subcommand(s)

Options

-h, --help Print help (see a summary with '-h')

-V, --version Print version

Last updated