Skip to content

Commit

Permalink
ci: update to code cov v5 action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancurrah-cs committed Nov 29, 2024
1 parent eb5620b commit 4569c53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ jobs:
run: make install-go-tools cover

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit 4569c53

Please sign in to comment.