Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
Switched to codeclimate
  • Loading branch information
RT Filefabrik committed Aug 17, 2024
1 parent 10880f8 commit 16203f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
./cc-test-reporter before-build
- name: Run Tests
run: |
php vendor/bin/pestphp --coverage-clover clover.xml --configuration phpunit.xml tests/Unit
php vendor/bin/pest --coverage-clover clover.xml --configuration phpunit.xml tests/Unit
./cc-test-reporter after-build -t clover --exit-code $?

0 comments on commit 16203f7

Please # to comment.