Skip to content

Commit 9d8e727

Browse files
committed
fix(ci): Trying to fix scrutinizer coverage upload
1 parent 6f37676 commit 9d8e727

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
env:
4141
COMPOSER_ROOT_VERSION: ${{ vars.COMPOSER_ROOT_VERSION }}
4242

43-
# - name: Upload Scrutinizer coverage
44-
# uses: sudo-bot/action-scrutinizer@latest
45-
# # Do not run this step on forked versions of the main repository (example: contributor forks)
46-
# if: github.repository == 'runopencode/query-resources-loader-bundle'
47-
# with:
48-
# cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
49-
#
43+
- name: Upload Scrutinizer coverage
44+
uses: sudo-bot/action-scrutinizer@latest
45+
# Do not run this step on forked versions of the main repository (example: contributor forks)
46+
if: github.repository == 'runopencode/query-resources-loader-bundle'
47+
with:
48+
cli-args: "--format=php-clover build/phpunit/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
49+

0 commit comments

Comments
 (0)