Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
README.md: comment that we are using cargo-llvm-cov internally
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jan 2, 2022
1 parent 455e9c6 commit d821b51
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,21 @@ jobs:
### Inputs
- `dependencies_debian`: Debian packages to install before running the tests.
- `output_type`: output type to pass to grcov.
- `output_path`: output path to pass to grcov.
- `output_type`: output type, one of `html`, `text`, `json` or `lcov`.
- `output_path`: output path.


If neither `output_type` and `output_path` are defined, the action by
default creates an lcov.info file in the current directory.

We are currently using
[cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) internally,
more information about the arguments [here](https://crates.io/crates/cargo-llvm-cov).

## Alternatives

- [cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) is what we
use internally.
- [rust-tarpaulin](https://github.com/marketplace/actions/rust-tarpaulin)
- [rust-grcov](https://github.com/marketplace/actions/rust-grcov)
- [grcov-express](https://github.com/marketplace/actions/grcov-express):
Expand Down

0 comments on commit d821b51

Please sign in to comment.