Skip to content

Commit

Permalink
Merge pull request #112 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 Sep 9, 2020
2 parents 1f582c9 + 520adf8 commit e8ee3d7
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 @@ -25,7 +25,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 e8ee3d7

Please sign in to comment.