From 2cd451a84d75bfa3b157b12ae727bcd322b05dd8 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sat, 7 May 2022 15:03:43 +0200 Subject: [PATCH] Update codecov_testonly.yml --- .github/workflows/codecov_testonly.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/codecov_testonly.yml b/.github/workflows/codecov_testonly.yml index b80cd65..0401aba 100644 --- a/.github/workflows/codecov_testonly.yml +++ b/.github/workflows/codecov_testonly.yml @@ -30,9 +30,3 @@ jobs: - name: Run Tests run: | go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic . - - - name: Upload coverage to Codecov - if: success() && matrix.go == 1.18 && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos