Skip to content

Commit

Permalink
Merge pull request #4 from aereal/renovate/codecov-codecov-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v3
  • Loading branch information
aereal authored Apr 6, 2022
2 parents 8ba30ca + e277969 commit e41ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: test
run: go test -v -race -coverprofile=cover.os-${{ matrix.os }}.ver-${{ matrix.go_version }}.txt -covermode=atomic ./...
- name: upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: ${{ matrix.go_version == '1.18.x' }}
with:
files: ./cover.os-${{ matrix.os }}.ver-${{ matrix.go_version }}.txt

0 comments on commit e41ff92

Please sign in to comment.