From 22a8cb1ee55c4c86bd8b82997997d5c199aa5b9e Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Wed, 17 Sep 2025 11:08:02 +0200 Subject: [PATCH] chore: remove coveralls --- .github/workflows/test.yml | 4 ---- README.md | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7faf895..88088ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,3 @@ jobs: run: make test env: SHELL: "/bin/zsh" - - - uses: coverallsapp/github-action@v2 - with: - file: coverage.out diff --git a/README.md b/README.md index d0cf538..77e7e32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Build Status](https://github.com/foomo/squadron/actions/workflows/pr.yml/badge.svg?branch=main&event=push)](https://github.com/foomo/squadron/actions/workflows/pr.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/foomo/squadron)](https://goreportcard.com/report/github.com/foomo/squadron) -[![Coverage Status](https://coveralls.io/repos/github/foomo/squadron/badge.svg?branch=main&)](https://coveralls.io/github/foomo/squadron?branch=main) [![GoDoc](https://godoc.org/github.com/foomo/squadron?status.svg)](https://godoc.org/github.com/foomo/squadron)