From 6a0264e2579584b09f350656b44e564a8edabaf0 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 01:18:40 +0100 Subject: [PATCH] Add Cobertura action (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Krzysztof Jagiełło --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4c421f..1d40315 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,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