Skip to content

chinnawant/code-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code coverage summary

Description

This project is a simple code coverage summary generator.

How to clone project and generate the code coverage

  1. Configure project clone in file gitclone.sh
  2. Run the script gitclone.sh to clone the project
  3. Run the script func-cover.sh to generate the code coverage summary
  4. output file in dir coverage_report

Example

# Clone the project
bash git-clone.sh

# Generate the code coverage summary
bash func-coverage.sh

How to update the project

# Update the project
bash git-update.sh

How to convert coverage report to csv

   bash convert-csv.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages