Skip to content

Commit 4eede1e

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
run: |
9292
composer install --no-interaction --prefer-dist --no-progress
9393
94+
- name: Ensure coverage directory exists
95+
run: mkdir -p coverage
96+
9497
- name: Run Tests
9598
run: vendor/bin/phpunit --coverage-clover=coverage/clover.xml --path-coverage
9699

0 commit comments

Comments
 (0)