test(coverage): migrate from tarpaulin to llvm-cov

This commit is contained in:
Ivan Gabriele
2024-03-05 02:30:09 +01:00
parent efcd93953a
commit 08b042506d
3 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,8 @@ Then edit the `.env` file to set your `MISTRAL_API_KEY`.
### Optional requirements
- [cargo-watch](https://github.com/watchexec/cargo-watch#install) for `make test-*-watch`.
- [cargo-llvm-cov](https://github.com/taiki-e/cargo-llvm-cov?tab=readme-ov-file#installation) for `make test-cover`
- [cargo-watch](https://github.com/watchexec/cargo-watch#install) for `make test-watch`.
### Test