Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 647 Bytes

File metadata and controls

33 lines (24 loc) · 647 Bytes

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