Skip to content

Commit

Permalink
Merge pull request #36 from ujamii/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-3.1.3

Bump codecov/codecov-action from 3.1.2 to 3.1.3
  • Loading branch information
mgrundkoetter committed May 5, 2023
2 parents 27ac4ac + 3e857c0 commit 779b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Run test suite
run: composer run phpunit

- uses: codecov/codecov-action@v3.1.2
- uses: codecov/codecov-action@v3.1.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage/clover.xml
Expand Down

0 comments on commit 779b63e

Please sign in to comment.