Skip to content

Commit 6b8ca90

Browse files
committed
Chore(ci) - Drop Scrutinizer from workflow
1 parent cd63cb8 commit 6b8ca90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,6 @@ jobs:
275275
env:
276276
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} # https://docs.codeclimate.com/docs/finding-your-test-coverage-token
277277

278-
- name: Report results to Scrutinizer (https://scrutinizer-ci.com/g/tarlepp/symfony-flex-backend/)
279-
run: |
280-
composer global require scrutinizer/ocular
281-
~/.composer/vendor/bin/ocular code-coverage:upload --access-token ${{ secrets.SCRUTINIZER_ACCESS_TOKEN }} --format=php-clover ./build/logs/clover.xml
282-
283278
- name: Report results to Coveralls (https://coveralls.io/github/tarlepp/symfony-flex-backend)
284279
run: php ./vendor/bin/php-coveralls -v
285280
env:

0 commit comments

Comments
 (0)