From 3e5be7977325d40786d0fc2defb3ccd5c1d701e4 Mon Sep 17 00:00:00 2001 From: Edmar Felipe Date: Mon, 2 Sep 2024 21:46:03 -0300 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df1a00e..cc52624 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ This repository is a simple example of how to use Github Actions to build and te - For show linting errors: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) - For code coverage: [irongut/CodeCoverageSummary](https://github.com/irongut/CodeCoverageSummary) -- For convert go coverage to cobertura: [gocover-cobertura](github.com/boumenot/gocover-cobertura) -- For better test output: [gotestfmt]( github.com/gotesttools/gotestfmt) +- For convert go coverage to cobertura: [gocover-cobertura](https://github.com/boumenot/gocover-cobertura) +- For better test output: [gotestfmt](https://github.com/gotesttools/gotestfmt) - For comments coverage on PR: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment)