Open
Description
Adding a test coverage badge to the project's README would provide greater transparency of the project's test coverage, without the need to delve into the coverage artifacts or checkout the project locally. This will provide a better indicator of the project's health, which will be useful for first-time viewers or to developers who want to keep track of how their coverage is trending.
The test coverage of this project is already being calculated in it's GitHub workflow using the pytest
and coverage
packages respectively. A coverage badge can be implemented through GitHub using the coverage-badge Action.