From bb3855acb08ac33ee75934333f328d8dab2b62d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brauer?= Date: Wed, 5 May 2021 18:48:04 +0000 Subject: [PATCH] Do not try to upload codecov reports --- .github/workflows/checks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b5acb3e5f95..92ff4bd1afa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -52,11 +52,6 @@ jobs: - run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic ./... env: CGO_ENABLED: 0 - - name: Upload Codecov report - uses: codecov/codecov-action@v1.3.1 - with: - files: coverage.txt - fail_ci_if_error: true # optional (default = false) test-macos: name: test-macos