-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Márk Tolmács edited this page Jun 25, 2023
·
3 revisions
- Install the
wasm32-unknown-unknown
target, which is required for the tests to run:
rustup target add wasm32-unknown-unknown [--target nightly]
- Install the cargo command
llvm-cov
:
cargo install cargo-llvm-cov
- Run text report:
cargo llvm-cov
- Integrate with IDE: Note: VSCode has 'Coverage Gutters' extension which can read it.
cargo llvm-cov --lcov --output-path lcov.info