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 cdfef63 commit ae46dc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,10 @@ jobs:
- name: Install
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: Run Tests
run: |
php tests/patch.php
./vendor/bin/pest --coverage
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
coverageCommand: composer coverage

#prefix: ${{github.workspace}}
coverageLocations: ${{github.workspace}}/tests/clover.xml:clover

0 comments on commit ae46dc0

Please sign in to comment.