This repository is used for the tutorial "Code Coverage Analysis Using Codecov and Codefresh"
Codecov is a code analysis tool with which users can group, merge, archive, and compare coverage reports.
In combination with Codefresh, it allows you to automate the process of
- Creating Test Coverage Reports
- Pushing Coverage Reports to Codecov
Clone:
git clone [email protected]:codefresh-contrib/codecov-sample-app.git
cd codecov-sample-app
To run the application:
npm install
npm run build
To run tests:
npm run test
Please refer to the blog post for more information.