You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to see the percentage of the code coverage in the README.md, so the developer can see how much code is covered with tests.
Acceptance Criteria
Given after every PR the CI runs the tests and generates a badge with the actual percentage of the code coverage which is automatically embedded in the README
User Story
As a developer, I want to see the percentage of the code coverage in the README.md, so the developer can see how much code is covered with tests.
Acceptance Criteria
See Also
A possible way to achieve this goal would be to use the shields.io project https://contributing.shields.io/
The text was updated successfully, but these errors were encountered: