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

- name: PEST
run: composer coverage

- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v8.0.0
with:
prefix: ${{github.workspace}}
coverageCommand: composer coverage
workingDirectory: ${{github.workspace}}
coverageLocations: ${{github.workspace}}/tests/clover.xml:clover
env:
Expand Down

0 comments on commit a55086b

Please sign in to comment.