From 0512078c8125d14299d42144b169ccebb33422fd Mon Sep 17 00:00:00 2001 From: John Roesler Date: Tue, 14 Nov 2023 10:28:00 -0600 Subject: [PATCH] Revert "add code cov (#616)" (#620) This reverts commit bee83c0b8298a3341ed16a1933ccb6780cf2991f. --- .github/workflows/go_test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 537bc991..c8cead97 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -32,7 +32,3 @@ jobs: go-version: ${{ matrix.go-version }} - name: test run: make test - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}