Skip to content

Commit

Permalink
♻️ codeclimate for coverage, phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Jul 21, 2024
1 parent ae46dc0 commit 064da5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:

- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: composer coverage
#prefix: ${{github.workspace}}
coverageLocations: ${{github.workspace}}/tests/clover.xml:clover
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit 064da5d

Please sign in to comment.