As a developer
I need add a CI badge to the README.md file
So that everyone can know the status of the build and if it's broken.
Details and Assumptions
Add the following code to the README.md file:
Acceptance Criteria
Given someone is checking the repository
When viewing the README.md file
Then a badge appears showing "passing", indicating that the unit tests are passing and the build is not broken.
As a developer I need add a CI badge to the README.md file So that everyone can know the status of the build and if it's broken.
Details and Assumptions
Add the following code to the README.md file:
Acceptance Criteria