diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69c39d4..949a484 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: go test -v -race -covermode=atomic -coverprofile=coverage.out -skip "TestScanCoordinator|TestGenerateCoordinator|TestWizardClipboardCopyCmd" ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out