From 4eee568f38ce80ed1043ffbf4eccab55be7c02c3 Mon Sep 17 00:00:00 2001 From: gongna1 Date: Tue, 24 Sep 2024 17:53:26 +0800 Subject: [PATCH] feat: try to use codecov-action@v3 --- .github/workflows/codecov.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a8a7a18..0951d1d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,8 +20,4 @@ jobs: - name: Run tests and generate coverage report run: | go test -coverprofile=coverage.out -gcflags="all=-l -N" $(go list ./...) -short - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - file: coverage.out + - uses: codecov/codecov-action@v3