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 <[email protected]>
  • Loading branch information
bnomei committed Jul 21, 2024
1 parent 3c8b599 commit a627ebf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
- name: Install
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: PEST
run: composer coverage

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

0 comments on commit a627ebf

Please sign in to comment.