Skip to content

Commit 8a50726

Browse files
committed
use codecov-action v5
1 parent bd41b81 commit 8a50726

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: go test ./... -race -coverprofile=${{ steps.vars.outputs.coverage_txt }}
3636
- name: Upload coverage
3737
if: ${{ matrix.go == '^1.23' }}
38-
uses: codecov/codecov-action@v3
38+
uses: codecov/codecov-action@v5
3939
with:
4040
files: ${{ steps.vars.outputs.coverage_txt }}
41+
gcov_ignore: tz

codecov.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)