Skip to content

Commit

Permalink
Merge pull request #184 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 d90dfad + 64fe20b commit 5ab22b2
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 @@ -23,7 +23,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 5ab22b2

Please sign in to comment.