Add Cobertura action

GitHub Action which parses an XML Cobertura report and displays the metrics in a GitHub Pull Request.
This commit is contained in:
Krzysztof Jagiełło 2021-09-06 15:06:38 +02:00 committed by GitHub
parent 46b4340f3e
commit 6c9761d75b
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)
- [Post your Cobertura report as a PR comment](https://github.com/5monkeys/cobertura-action)
### Dynamic Analysis