From d37f26ba39b8897284934a7e442b2d3a126a2885 Mon Sep 17 00:00:00 2001 From: elbrujohalcon Date: Tue, 29 Oct 2024 10:26:19 +0100 Subject: [PATCH] brujo-210 Fix #210: Remove codecov integration --- .github/workflows/erlang.yml | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index a5d23fc..0c1d924 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -38,7 +38,3 @@ jobs: run: rebar3 format --verify - name: Run tests and verifications run: rebar3 test - - name: Upload code coverage - uses: codecov/codecov-action@v3 - with: - file: "_build/test/covertool/worker_pool.covertool.xml" diff --git a/README.md b/README.md index f21351a..acbcb8d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Worker Pool [![Build Status](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml/badge.svg)](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml)[![codecov](https://codecov.io/gh/inaka/worker_pool/branch/main/graph/badge.svg)](https://codecov.io/gh/inaka/worker_pool) +# Worker Pool [![Build Status](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml/badge.svg)](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml)