This repository is used for the tutorial "Code Coverage Reports using Codacy and Codefresh"
Codacy is a code review tool that allows for automatic analysis, code coverage tracking, and extensive reports that allow you and your team to improve your code quality over time.
In combination with Codefresh, it allows you to automate the process of
- Creating Test Coverage Reports
- Pushing Coverage Reports to Codacy
Clone:
git clone [email protected]:anais-codefresh/codacy-sample-app.git
cd codacy-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.