diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dcfe782..d35de11 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,6 @@ jobs: go test -v -coverprofile coverage.out -covermode atomic ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@cd4e7cf31ae2a4bcefb694e31a62869ebbd161af with: token: ${{ secrets.CODECOV_TOKEN }}