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 e261865 commit 83b4fccCopy full SHA for 83b4fcc
.github/workflows/ci.yaml
@@ -67,13 +67,3 @@ jobs:
67
- name: Run unit tests
68
if: ${{ matrix.php != '8.2' || matrix.redis != '7' }}
69
run: vendor/bin/phpunit
70
-
71
- - name: Create coverage report
72
- if: ${{ matrix.php == '8.2' && matrix.redis == '7' && github.repository == 'kodedphp/cache-simple' }}
73
- run: vendor/bin/phpunit --coverage-clover build/clover.xml
74
75
- - name: Send coverage
76
- uses: sudo-bot/action-scrutinizer@latest
77
78
- with:
79
- cli-args: "--format=php-clover build/clover.xml --revision=${{ github.sha }}"
.scrutinizer.yml
0 commit comments