Skip to content

hseligson1/codecov-sample-app

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published