This project is a simple code coverage summary generator.
- Configure project clone in file gitclone.sh
- Run the script gitclone.sh to clone the project
- Run the script func-cover.sh to generate the code coverage summary
- output file in dir coverage_report
# Clone the project
bash git-clone.sh
# Generate the code coverage summary
bash func-coverage.sh
# Update the project
bash git-update.sh
bash convert-csv.sh