We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf70b1 commit 6d44a9aCopy full SHA for 6d44a9a
.github/workflows/ci.yml
@@ -91,12 +91,6 @@ jobs:
91
run: |
92
composer install --no-interaction --prefer-dist --no-progress
93
94
- - name: Prepare Code Climate Reporter
95
- run: |
96
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
97
- chmod +x ./cc-test-reporter
98
- ./cc-test-reporter before-build
99
-
100
- name: Run Tests
101
run: vendor/bin/phpunit --coverage-clover=coverage/clover.xml --path-coverage
102
0 commit comments