Skip to content

Commit

Permalink
Update code_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Jun 15, 2024
1 parent fc25855 commit 2ecfb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: PHPUnit
run: |
./vendor/bin/phpunit --stop-on-failure --coverage-clover ./clover.xml -c ./phpunit_conf/coverage.xml.dist
./vendor/bin/phpunit --stop-on-failure --coverage-clover ./clover.xml
env:
XDEBUG_MODE: coverage

Expand Down

0 comments on commit 2ecfb85

Please sign in to comment.