Skip to content

Commit 6d44a9a

Browse files
committed
changed from codeclimate to qlty.sh
1 parent acf70b1 commit 6d44a9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
run: |
9292
composer install --no-interaction --prefer-dist --no-progress
9393
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-
10094
- name: Run Tests
10195
run: vendor/bin/phpunit --coverage-clover=coverage/clover.xml --path-coverage
10296

0 commit comments

Comments
 (0)