Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Feb 2, 2022
1 parent 2cc3078 commit d5e5096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --optimize-autoloader
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.7.5
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: vendor/bin/phpunit
coverageLocations: build/logs/clover.xml:clover

0 comments on commit d5e5096

Please sign in to comment.