Skip to content

Commit

Permalink
latest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
herlon214 committed Dec 4, 2021
1 parent 394bc78 commit d6accb5
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 @@ -15,7 +15,7 @@ jobs:
- name: Run coverage
run: go test ./pkg/... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.1.0
with:
files: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d6accb5

Please sign in to comment.