two-way file system sync
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

coverage.sh 312B

1234567
  1. #/bin/bash
  2. set -e
  3. export CARGO_INCREMENTAL=0
  4. export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
  5. cargo +nightly build
  6. cargo +nightly test
  7. grcov ./target/debug/ -s . -t html --llvm --branch --ignore-not-existing -o ./target/debug/coverage/