Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 1, 2022
1 parent cc94155 commit 12819e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ cargo llvm-cov clean --workspace # remove artifacts that may affect the coverage
source <(cargo llvm-cov show-env --export-prefix)
cargo build # build rust binaries
# commands using binaries in target/debug/*, including `cargo test`
cargo llvm-cov --no-run --lcov
# ...
cargo llvm-cov --no-run --lcov # generate report without tests
```

To exclude specific file patterns from the report, use the `--ignore-filename-regex` option.
Expand Down

0 comments on commit 12819e9

Please sign in to comment.