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 295d6ab commit e40bab2Copy full SHA for e40bab2
1 file changed
.github/workflows/tests.yml
@@ -39,5 +39,8 @@ jobs:
39
- name: Send coverage
40
uses: codecov/codecov-action@v1
41
- name: Send coverage to Scrutinizer
42
+ uses: sudo-bot/action-scrutinizer@latest
43
+ # Upload can fail on forks
44
continue-on-error: true
- 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