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 f7e785d commit 5907279Copy full SHA for 5907279
.github/workflows/tests.yml
@@ -38,6 +38,5 @@ jobs:
38
- name: Code coverage
39
if: ${{ github.ref == 'refs/heads/master' && matrix.php != 8.0 }}
40
run: |
41
- echo "::debug::The matrix is set to -${{ matrix.php }}-"
42
wget https://scrutinizer-ci.com/ocular.phar
43
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments