We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e16f5 commit b09d2fbCopy full SHA for b09d2fb
.github/workflows/tests.yml
@@ -69,7 +69,8 @@ jobs:
69
steps:
70
- name: Checkout code
71
uses: actions/checkout@v2
72
-
+ with:
73
+ fetch-depth: 3
74
- name: Setup PHP
75
uses: shivammathur/setup-php@v2
76
with:
@@ -92,4 +93,4 @@ jobs:
92
93
uses: sudo-bot/action-scrutinizer@latest
94
if: github.repository == 'imanghafoori1/laravel-widgetize'
95
- cli-args: "--format=php-clover ./coverage.xml --revision=master"
96
+ cli-args: "--format=php-clover ./coverage.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
0 commit comments