Skip to content

Commit e40bab2

Browse files
committed
Use sudo-bot/action-scrutinizer
1 parent 295d6ab commit e40bab2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
- name: Send coverage
4040
uses: codecov/codecov-action@v1
4141
- name: Send coverage to Scrutinizer
42+
uses: sudo-bot/action-scrutinizer@latest
43+
# Upload can fail on forks
4244
continue-on-error: true
43-
run: curl -LsO https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
45+
with:
46+
cli-args: "--format=php-clover build/logs/clover.xml"

0 commit comments

Comments
 (0)