From 446deefc57b645f6920eaac0a19d13ae7e82dae3 Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Sun, 6 Feb 2022 14:35:09 +0000 Subject: [PATCH] Removed codecov from test action --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d8b2f24..debdacc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: run: make build - name: Test run: make test-with-coverage - - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: coverage.out + # - uses: codecov/codecov-action@v1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # files: coverage.out