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

Commit d821b51

Browse files
committed
README.md: comment that we are using cargo-llvm-cov internally
1 parent 455e9c6 commit d821b51

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,21 @@ jobs:
4242
### Inputs
4343
4444
- `dependencies_debian`: Debian packages to install before running the tests.
45-
- `output_type`: output type to pass to grcov.
46-
- `output_path`: output path to pass to grcov.
45+
- `output_type`: output type, one of `html`, `text`, `json` or `lcov`.
46+
- `output_path`: output path.
4747

4848

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

52+
We are currently using
53+
[cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) internally,
54+
more information about the arguments [here](https://crates.io/crates/cargo-llvm-cov).
55+
5256
## Alternatives
5357

58+
- [cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) is what we
59+
use internally.
5460
- [rust-tarpaulin](https://github.com/marketplace/actions/rust-tarpaulin)
5561
- [rust-grcov](https://github.com/marketplace/actions/rust-grcov)
5662
- [grcov-express](https://github.com/marketplace/actions/grcov-express):

0 commit comments

Comments
 (0)