Generate a test coverage report on CI
Abierto
testing
- Lenguaje dominante
- Rust
- Estrellas
- 115
- Forks
- 84
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 15
Descripción
### Motivation
To see in a PR the new/changed code that is not covered by any tests.
### Implementation details
Add a separate job that uses `cargo-tarpoulin` to gather the coverage data and coveralls.io or codecov.io to post the report in a PR comment. I've used both and they do the job fine.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.