Skip to content

Commit

Permalink
Merge pull request #27 from clambin/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-1.5.0

Bump codecov/codecov-action from 1 to 1.5.0
  • Loading branch information
clambin authored May 12, 2021
2 parents bdf8302 + 7b893b5 commit af421b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: test
run: |
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1.5.0
with:
file: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit af421b5

Please sign in to comment.