Task description
Configure a tooling to measure the test coverage of the project.
reason
To maintenance an acceptable high level of test coverage for the project.
Automation (CI/CD)
Should be executed with the CI #10 to avoid that the coverage drops below some threshold. Furthermore, a report of the current coverage values should be available for the project. As web services for displaying coverage reports have many trackers, putting the report directly into the project would be better (maybe as a resource of the releases and a message of the CI into the Pull request?).
Resources
- Helper crates for test coverage