Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 471e282

Browse files
committed
♻️ codeclimate for coverage, phpstan fixes
1 parent a8074a4 commit 471e282

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pest-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: paambaati/[email protected]
3636
env:
3737
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
38-
debug: true
39-
prefix: ${{github.workspace}}
38+
coverageCommand: |
39+
php tests/patch.php
40+
./vendor/bin/pest --coverage
41+
#prefix: ${{github.workspace}}
4042
coverageLocations: ${{github.workspace}}/tests/clover.xml:clover

0 commit comments

Comments
 (0)