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 5e4ff88 commit 6baa6f8Copy full SHA for 6baa6f8
.github/workflows/push.yml
@@ -47,12 +47,6 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
50
- - name: Send code coverage to Scrutinizer
51
- uses: sudo-bot/action-scrutinizer@latest
52
- if: github.repository == 'phpDocumentor/ReflectionDocBlock'
53
- with:
54
- cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
55
-
56
- name: Quick check code coverage level
57
run: php tests/coverage-checker.php 91
58
.scrutinizer.yml
0 commit comments