Remove scrutinizer

This commit is contained in:
Jaapio
2022-03-29 22:08:34 +02:00
parent 5e4ff887c6
commit 6baa6f8bd7
2 changed files with 0 additions and 54 deletions
-6
View File
@@ -47,12 +47,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Send code coverage to Scrutinizer
uses: sudo-bot/action-scrutinizer@latest
if: github.repository == 'phpDocumentor/ReflectionDocBlock'
with:
cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
- name: Quick check code coverage level
run: php tests/coverage-checker.php 91