Skip to content

Commit

Permalink
fix: update gh-action codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
dntosas authored Oct 24, 2023
1 parent a98c854 commit f536372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: GO
fail_ci_if_error: true
files: ./cover.out
flags: unittests
name: codecov-umbrella
verbose: true
verbose: true

0 comments on commit f536372

Please sign in to comment.