Skip to content

Commit 2354385

Browse files
committed
changed CI config.
1 parent f546251 commit 2354385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
./cc-test-reporter before-build
8888
8989
- name: Run Tests
90-
run: vendor/bin/phpunit --coverage-clover=coverage.xml
90+
run: vendor/bin/phpunit --coverage-clover=clover.xml
9191

9292
- name: Send coverage to Code Climate
9393
if: env.CC_TEST_REPORTER_ID != ''

0 commit comments

Comments
 (0)