Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Weigandt <[email protected]>
  • Loading branch information
kbsali and Art4 authored Sep 21, 2023
1 parent dde7781 commit cfd98d0
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 @@ -37,7 +37,7 @@ jobs:
uses: "ramsey/composer-install@v2"

- name: Run tests
run: vendor/bin/phpunit --coverage-clover coverage.xml .
run: vendor/bin/phpunit --coverage-clover .phpunit.cache/clover.xml

- name: Upload coverage reports to Codecov
if: ${{ success() && matrix.matrix.php-versions == '8.2' }}
Expand Down

0 comments on commit cfd98d0

Please sign in to comment.