Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 29, 2022
1 parent 6db83a9 commit 6a3202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ cfgs are set under the following conditions:
- `cfg(coverage)` is always set when using cargo-llvm-cov (unless `--no-cfg-coverage` flag passed)
- `cfg(coverage_nightly)` is set when using cargo-llvm-cov with nightly toolchain (unless `--no-cfg-coverage-nightly` flag passed)

If you want ignore all `#[test]`-related code, consider using [coverage-helper] crate.
If you want to ignore all `#[test]`-related code, consider using [coverage-helper] crate.

### Continuous Integration

Expand Down

0 comments on commit 6a3202b

Please sign in to comment.