Skip to content

Commit

Permalink
Merge pull request #92 from meian/renovate/codecov-codecov-action-1.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v1.5.2
  • Loading branch information
meian committed Sep 23, 2021
2 parents bd3d9fd + a18990f commit 0051fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Report
run: go test ./... -race -coverprofile=./cover.txt -covermode=atomic
- name: Upload
uses: codecov/codecov-action@v1.0.6
uses: codecov/codecov-action@v1.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.txt
Expand Down

0 comments on commit 0051fb4

Please sign in to comment.