Skip to content

Commit

Permalink
use codecov-action v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Dec 31, 2024
1 parent bd41b81 commit 8a50726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: go test ./... -race -coverprofile=${{ steps.vars.outputs.coverage_txt }}
- name: Upload coverage
if: ${{ matrix.go == '^1.23' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ${{ steps.vars.outputs.coverage_txt }}
gcov_ignore: tz
2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

0 comments on commit 8a50726

Please sign in to comment.