gistlib
To run Tarpaulin without triggering a new compilation, you can use the following command:
cargo tarpaulin --release --out Xml --run-types Tests -- --lib 63 chars2 lines
cargo tarpaulin --release --out Xml --run-types Tests -- --lib
This command runs Tarpaulin on the already compiled release binary without triggering a new compilation.
gistlibby LogSnag