Skip to content

Commit

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

Bump codecov/codecov-action from v1.0.13 to v1.0.14
  • Loading branch information
CrazyMax authored and GitHub committed Oct 19, 2020
2 parents ba442a7 + 19625e2 commit 55b445e
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.13
uses: codecov/codecov-action@v1.0.14
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 55b445e

Please sign in to comment.