From 0a26d339f4b72be36a6d6b2cc8c626e3b301ee89 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Tue, 22 Feb 2022 18:06:43 -0400 Subject: [PATCH] remove failing step --- .github/workflows/tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9ca311c..aa2f1d4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,8 +14,6 @@ jobs: go-version: '1.17' - name: Run coverage run: go test -race -coverprofile=coverage.out -covermode=atomic - - name: Upload coverage to Codecov - run: bash <(curl -s https://codecov.io/bash) - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos