Skip to content

Commit

Permalink
⚡ CI expose CC_TEST_REPORTER_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosoftei committed May 19, 2023
1 parent ff62af1 commit c32b6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
php-version: ${{ matrix.php }}
- run: composer install
- uses: paambaati/codeclimate-action@v4.0.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: php -d memory_limit=-1 ./vendor/bin/phpunit -c ./etc/phpunit.xml.dist --coverage-clover clover.xml
coverageLocations: clover.xml:clover
Expand Down

0 comments on commit c32b6bc

Please sign in to comment.