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/