Skip to content

Commit

Permalink
codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikandfor committed Jun 27, 2024
1 parent af03df6 commit 764b80c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
if: ${{ matrix.cover }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ matrix.cover }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 764b80c

Please sign in to comment.