From b10141d396902d0d0c44b0eb93e80ad6f344a9fb Mon Sep 17 00:00:00 2001 From: Kilian Ciuffolo <385716+kilianc@users.noreply.github.com> Date: Sat, 18 May 2024 20:55:03 -0700 Subject: [PATCH] add go-beautiful-html-coverage (#5310) * add go-beautiful-html-coverage * alphabetically * remove archived project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 717a3cb0..58b3ad9c 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ _Tools for help with continuous integration._ - [CDS](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. - [dot](https://github.com/opnlabs/dot) - A minimal, local first continuous integration system that uses Docker to run jobs concurrently in stages. - [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-beautiful-html-coverage](https://github.com/gha-common/go-beautiful-html-coverage) - A GitHub Action to track code coverage in your pull requests, with a beautiful HTML preview, for free. - [go-fuzz-action](https://github.com/jidicula/go-fuzz-action) - Use Go 1.18's built-in fuzz testing in GitHub Actions. - [go-semver-release](https://github.com/s0ders/go-semver-release) - Automate the semantic versioning of Git repositories. - [go-test-coverage](https://github.com/vladopajic/go-test-coverage) - Tool and GitHub action which reports issues when test coverage is below set threshold.