Skip to content

Commit 7a2a54c

Browse files
authored
Merge pull request #3091 from tarlepp/chore(ci)/github-workflows
Chore(ci) - Update GitHub workflows
2 parents cd63cb8 + 1628651 commit 7a2a54c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)