Skip to content

thomasrockhu-codecov/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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 41.7%
  • JavaScript 34.8%
  • TypeScript 23.5%