From 63f05f31ea1da198d200b20b03a03610a987ff64 Mon Sep 17 00:00:00 2001 From: Nick Fedor <71477161+nicholas-fedor@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:13:11 -0700 Subject: [PATCH] Enable CodeCov --- .github/workflows/pull-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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