master
#!/bin/sh rm -rf ./target/debug/coverage cargo install grcov grcov ./target/debug/ -t html --llvm --branch --ignore "tests*" --ignore "/*" --ignore-not-existing --guess-directory-when-missing -o ./target/debug/coverage/ -s .