codefresh-contrib / codecov-sample-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dockerfile 42.3%Language:JavaScript 34.0%Language:TypeScript 23.8%