As a developer
I need to add a GitHub Actions CI and Codecov badge to the README.md file
So that everyone can see if the build is passing or failing/code coverage percentage
Details and Assumptions
The badge should update automatically based on the build status.
Acceptance Criteria
Given [the current code coverage]
When [someone views the README.md file]
Then [display the current code coverage percentage]
As a developer I need to add a GitHub Actions CI and Codecov badge to the README.md file So that everyone can see if the build is passing or failing/code coverage percentage
Details and Assumptions
The badge should update automatically based on the build status.
Acceptance Criteria