From 6c9761d75bf53869ccc5f5dbb9966914d59182d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Jagie=C5=82=C5=82o?= Date: Mon, 6 Sep 2021 15:06:38 +0200 Subject: [PATCH] Add Cobertura action GitHub Action which parses an XML Cobertura report and displays the metrics in a GitHub Pull Request. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85aa2b0..b636326 100644 --- a/README.md +++ b/README.md @@ -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