1 2 3 4 5 6 7
coverage: export RUSTFLAGS="-Cinstrument-coverage" && \ cargo build && \ LLVM_PROFILE_FILE="dc-%p-%m.profraw" && \ cargo test && \ grcov . -s . --binary-path ./target/debug/ -t html \ --branch --ignore-not-existing -o ./target/debug/coverage/