Skip to content

Commit

Permalink
workflow for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Nov 11, 2023
1 parent 1824f6a commit c420c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- run: make install
- run: php tools/phpunit/vendor/bin/phpunit --coverage-clover coverage.xml
- run: make install phpunit
env:
XDEBUG_MODE: coverage
PHPUNIT_OPTIONS: --coverage-clover coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit c420c5f

Please sign in to comment.