Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into deps-update
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Apr 9, 2024
2 parents a7b92b9 + f958b21 commit 8ca1610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run PHPUnit with coverage
run: vendor/bin/phpunit --testsuite=unit --colors=always --coverage-clover=clover.xml
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: clover.xml

0 comments on commit 8ca1610

Please sign in to comment.