CSCI-GA-2820-FA24-003 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Integrate Codecov to Display Test Coverage Badge #64

Open niveditashankaranarayanan opened 3 days ago

niveditashankaranarayanan commented 3 days ago

As a Developer, I need to integrate Codecov into the repository So that I can monitor test coverage and display a Codecov badge in the README.md file.

Details and Assumptions

Given Codecov is integrated into the repository,
When CI/CD workflows run,
Then test coverage reports are successfully uploaded to Codecov.

Given Codecov generates a badge URL,
When the badge is added to the README.md file,
Then it displays the test coverage percentage dynamically.