From 59e366d674f89bf63b73e598f1cc5d28399b1f42 Mon Sep 17 00:00:00 2001 From: shirou Date: Fri, 7 Jan 2022 08:12:07 +0000 Subject: [PATCH] remove codecov --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82970db..7ecac03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,3 @@ jobs: - name: Test run: | go test -coverprofile='coverage.out' -covermode=atomic ./... - - name: Upload Code Coverage - uses: codecov/codecov-action@v2 - with: - fail_ci_if_error: true - files: coverage.out - flags: ${{ runner.os }},go-${{ matrix.go-version }} - token: ${{ secrets.CODECOV_TOKEN }}