Add cicirello/jacoco-badge-generator GitHub Action

https://github.com/cicirello/jacoco-badge-generator

This GitHub Action parses JaCoCo coverage reports, generates coverage badges as SVG images, and can be used for pull request coverage checks (e.g., to verify minimum coverage, and to check if coverage decreased since last run).
This commit is contained in:
Vincent A. Cicirello 2022-08-04 13:06:59 -04:00 committed by GitHub
parent 46b4340f3e
commit fbf24a91cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,6 +322,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Send your code coverage to codecov.io](https://github.com/codecov/codecov-action)
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
- [Pull Request Coverage Checks and Coverage Badges from JaCoCo Coverage Reports](https://github.com/cicirello/jacoco-badge-generator)
### Dynamic Analysis