Skip to content

Commit

Permalink
update codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
pzentenoe committed Aug 11, 2024
1 parent c2a7d70 commit 95cafd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
env:
GO111MODULE: on

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out
flags: unittests
env:
Expand Down

0 comments on commit 95cafd6

Please sign in to comment.