Skip to content

Commit 682b4a5

Browse files
#242: Corrected code coverage file name
1 parent 8c180ff commit 682b4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Composer Install'
3030
uses: 'ramsey/composer-install@v3'
3131
- name: 'PHPUnit'
32-
run: 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover $RUNNER_TEMP/coverage.xml'
32+
run: 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover $RUNNER_TEMP/phpunit-coverage.xml'
3333
- name: 'Code Climate'
3434
uses: 'paambaati/codeclimate-action@v6'
3535
with:

0 commit comments

Comments
 (0)