Skip to content

Commit

Permalink
action-php-8.3: update code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Dec 28, 2023
1 parent 865203f commit ed72860
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
- name: Coding standard (PHP ${{ matrix.php }})
run: php${{ matrix.php }} ./vendor/bin/ecs check src tests

- name: Code coverage - clover
run: php${{ matrix.php }} -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-clover=var/coverage.xml

- name: Code coverage - text
- name: Code coverage
run: php${{ matrix.php }} -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-text

- name: Fix code coverage paths
Expand Down

0 comments on commit ed72860

Please sign in to comment.