test.sh 292 B

12345678910
  1. #!/bin/sh
  2. clear
  3. llvm-cov show ./build_debug/test \
  4. -instr-profile=build_debug/default.profdata \
  5. -show-instantiations=false \
  6. -show-instantiation-summary=false \
  7. -use-color \
  8. -line-coverage-lt=100 \
  9. --ignore-filename-regex="test/" \
  10. --ignore-filename-regex="src/"