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 committed Sep 21, 2023
1 parent dde7781 commit 8e05ba1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ 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' }}
if: ${{ success() && matrix.php-versions == '8.2' }}
uses: codecov/codecov-action@v3
with:
files: ./.phpunit.cache/clover.xml
fail_ci_if_error: true
verbose: true

- run: echo '🍏 This job's status is ${{ job.status }}.'

0 comments on commit 8e05ba1

Please sign in to comment.