create coverage badge from test coverage reports
npm install test-coverage-badgecreate coverage badge by parsing test coverage reports.
``shell`
npx test-coverage-badge --format clover \
./coverage/clover.xml
`shell`
npx test-coverage-badge --format jacoco-xml \
./build/reports/jacoco/test/jacocoTestReport.xml
png(default):
text:
`shell`
npx test-coverage-badge --format jacoco-xml \
--output-format text \
./build/reports/jacoco/test/jacocoTestReport.xml
`text``
80%