Skip to content

Commit

Permalink
Merge pull request #7 from jf-tech/codecov2
Browse files Browse the repository at this point in the history
fix codecov access token
  • Loading branch information
jf-tech authored Aug 31, 2020
2 parents 473c5dc + af98d60 commit c057216
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ jobs:
run: go test -v . -race -coverprofile=coverage.txt -covermode=atomic

- name: Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]
with:
# Repository upload token - get it from codecov.io. Required only for private repositories
token: 80a0b211-3436-49ef-8067-1ff60d22c9cd

0 comments on commit c057216

Please sign in to comment.