As a developer
I need to see the GitHub Actions CI build badge and the codecov badge in the README file So that I know if the master branch tests are failing and I know the code coverage
Details and Assumptions
Simple task, but will need to do the GHA workflow integration first before adding the badge
Acceptance Criteria
Given an existing GHA integration and a badge in README file
When a new commit is pushed to `master` branch and the GHA trigger unit tests
Then the badges should reflect the result of the last triggered unit test run
As a developer I need to see the GitHub Actions CI build badge and the codecov badge in the
README
fileSo that I know if the
master
branch tests are failing and I know the code coverageDetails and Assumptions
Simple task, but will need to do the GHA workflow integration first before adding the badge
Acceptance Criteria