Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zlodes committed Apr 21, 2024
1 parent ac99f1e commit 082562e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ jobs:
uses: php-actions/composer@v6

- name: PHPUnit Tests
run: ./vendor/bin/phpunit --coverage-clover ./vendor/coverage.xml
run: ./vendor/bin/phpunit --coverage-clover ./coverage.xml

- name: Upload to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODE_COV_TOKEN }}
files: ./vendor/coverage.xml
files: ./coverage.xml
verbose: true

- name: Publish Test Report
Expand Down

0 comments on commit 082562e

Please sign in to comment.