nyu-devops-team / customers

The customers resource is a representation of the customer accounts of the eCommerce site
2 stars 1 forks source link

Add code coverage badge #48

Closed JustinChiangkc closed 3 years ago

JustinChiangkc commented 3 years ago

As a ... developer I need ... to see the percentage of code that is covered by the test cases So that ... I can feel confident of my code

Assumptions:

Acceptance Criteria:

Given ...a PR submitted
When ...a developer is trying to merge their branch to the master
Then ...Codcov is activated
And ...developers can see the code coverage of the code from README.me
nancywen25 commented 3 years ago

@JustinChiangkc Hey Justin, the code coverage badge seems to be showing the wrong percentage (0%): https://github.com/nyu-devops-team/customers/tree/JustinChiangkc-code-cov-2

Can you investigate why?