From 71121d84e915a306e95c672e784de7e49690323a Mon Sep 17 00:00:00 2001 From: vladopajic Date: Wed, 19 Apr 2023 07:09:24 +0200 Subject: [PATCH] add go-test-coverage (#4808) * add go-test-coverage * fix ordering * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80795f3c..9ff0e923 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ _Tools for help with continuous integration._ - [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. - [duci](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages. - [go-fuzz-action](https://github.com/jidicula/go-fuzz-action) - Use Go 1.18's built-in fuzz testing in GitHub Actions. +- [go-test-coverage](https://github.com/vladopajic/go-test-coverage) - Tool and GitHub action which reports issues when test coverage is below set threshold. - [gomason](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace. - [gotestfmt](https://github.com/GoTestTools/gotestfmt) - go test output for humans. - [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system.