We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd41b81 commit 8a50726Copy full SHA for 8a50726
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
run: go test ./... -race -coverprofile=${{ steps.vars.outputs.coverage_txt }}
36
- name: Upload coverage
37
if: ${{ matrix.go == '^1.23' }}
38
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
39
with:
40
files: ${{ steps.vars.outputs.coverage_txt }}
41
+ gcov_ignore: tz
codecov.yml
0 commit comments