Skip to content

Commit

Permalink
Merge pull request #10 from docker/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-v1.0.13

Bump codecov/codecov-action from v1.0.7 to v1.0.13
  • Loading branch information
CrazyMax authored and GitHub committed Aug 28, 2020
2 parents 4d825ca + c6558dc commit 2b35b6f
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 @@ -39,7 +39,7 @@ jobs:
run: yarn run test
-
name: Upload coverage
uses: codecov/codecov-action@v1.0.7
uses: codecov/codecov-action@v1.0.13
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 2b35b6f

Please sign in to comment.