@@ -257,23 +257,23 @@ jobs:
257257 php ./vendor/bin/phpunit --version
258258 composer --version
259259
260- - name : Prepare Code Climate (https://codeclimate.com/github/tarlepp/symfony-flex-backend/)
261- run : |
262- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
263- chmod +x ./cc-test-reporter
264- GIT_BRANCH=$GITHUB_REF GIT_COMMIT_SHA=$GITHUB_SHA ./cc-test-reporter before-build
265- env :
266- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }} # https://docs.codeclimate.com/docs/finding-your-test-coverage-token
260+ # - name: Prepare Code Climate (https://codeclimate.com/github/tarlepp/symfony-flex-backend/)
261+ # run: |
262+ # curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
263+ # chmod +x ./cc-test-reporter
264+ # GIT_BRANCH=$GITHUB_REF GIT_COMMIT_SHA=$GITHUB_SHA ./cc-test-reporter before-build
265+ # env:
266+ # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} # https://docs.codeclimate.com/docs/finding-your-test-coverage-token
267267
268268 - name : Run application test suites with PHPUnit
269269 run : make run-tests-php
270270 env :
271271 DATABASE_URL : mysql://root:symfony@127.0.0.1:${{ job.services.mariadb.ports['3306'] }}/symfony
272272
273- - name : Report results to Code Climate (https://codeclimate.com/github/tarlepp/symfony-flex-backend/)
274- run : GIT_BRANCH=$GITHUB_REF GIT_COMMIT_SHA=$GITHUB_SHA ./cc-test-reporter after-build --id ${{ secrets.CC_TEST_REPORTER_ID }} --coverage-input-type clover --exit-code $?
275- env :
276- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }} # https://docs.codeclimate.com/docs/finding-your-test-coverage-token
273+ # - name: Report results to Code Climate (https://codeclimate.com/github/tarlepp/symfony-flex-backend/)
274+ # run: GIT_BRANCH=$GITHUB_REF GIT_COMMIT_SHA=$GITHUB_SHA ./cc-test-reporter after-build --id ${{ secrets.CC_TEST_REPORTER_ID }} --coverage-input-type clover --exit-code $?
275+ # env:
276+ # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} # https://docs.codeclimate.com/docs/finding-your-test-coverage-token
277277
278278 - name : Report results to Scrutinizer (https://scrutinizer-ci.com/g/tarlepp/symfony-flex-backend/)
279279 run : |
0 commit comments