diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c1ff001..11ef8e9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -46,10 +46,10 @@ jobs: - name: Run tests run: | go test -v -coverprofile coverage.out -covermode atomic ./... - # - name: Publish coverage - # uses: codecov/codecov-action@v5 - # with: - # token: ${{ secrets.CODECOV_TOKEN }} + - name: Publish coverage + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} build: name: Build runs-on: ubuntu-latest