Skip to content

Commit

Permalink
Merge pull request #95 from meian/renovate/codecov-codecov-action-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
meian committed Oct 9, 2021
2 parents 0051fb4 + 2e7e0c6 commit 6654125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
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.5.2
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.txt
Expand Down

0 comments on commit 6654125

Please sign in to comment.