Skip to content

Commit

Permalink
♻️ codeclimate, added a few tests and fix a few bugs
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <b@bnomei.com>
  • Loading branch information
bnomei committed Jul 21, 2024
1 parent dd20536 commit 2ede18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ jobs:
- name: Install
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: Run Pest Tests
run: |
php tests/patch.php
php ./vendor/bin/pest --coverage --coverage-clover=${{github.workspace}}/tests/clover.xml
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v8.0.0
with:
#coverageCommand: composer coverage
coverageCommand: composer coverage
coverageLocations: ${{github.workspace}}/tests/clover.xml:clover
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ede18f

Please sign in to comment.