Skip to content

Commit

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

Bump codecov/codecov-action from v1.0.12 to v1.0.13
  • Loading branch information
kodiakhq[bot] authored Aug 18, 2020
2 parents 1013511 + b67eff1 commit 8ef06b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: composer run-script test:phpunit -- --coverage-clover coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.12
uses: codecov/codecov-action@v1.0.13
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 8ef06b2

Please sign in to comment.