Skip to content

Commit

Permalink
Merge pull request #69 from f1amy/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
f1amy authored Jun 19, 2022
2 parents c3c74fe + d53dd41 commit 04acc5e
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 @@ -97,7 +97,7 @@ jobs:
run: php artisan test --parallel --coverage-clover coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: matrix.php-version == '8.1'
with:
files: ./coverage.xml

0 comments on commit 04acc5e

Please sign in to comment.