Skip to content

Commit

Permalink
Upgraded codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
yaricom committed May 15, 2024
1 parent 0b19d09 commit 1098344
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
GO111MODULE: on

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 1098344

Please sign in to comment.