As a developer
I need GitHub Action to run Codecov everytime I push my code or submit a pull request
So that I can check my code coverage is over 95%
Details and Assumptions
CODECOV_TOKEN
A yml file is already created for Github Action
Acceptance Criteria
Given that Codecov has been added into Github Action
When new codes are pushed into master branch or a PR is opened
Then Github Action will run Codecov and check on code coverage
As a developer I need GitHub Action to run Codecov everytime I push my code or submit a pull request So that I can check my code coverage is over 95%
Details and Assumptions
A yml file is already created for Github Action
Acceptance Criteria