File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,10 +270,10 @@ jobs:
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 : |
You can’t perform that action at this time.
0 commit comments