Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 795 Bytes

Codecov Example Application

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

How to use this repository

Clone:

git clone git@github.com: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.