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 886c8ec commit 79e9cd5Copy full SHA for 79e9cd5
.github/workflows/tests.yml
@@ -41,6 +41,5 @@ jobs:
41
42
- name: Code coverage
43
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'thephpleague/oauth2-server' }}
44
- run: |
45
- wget https://scrutinizer-ci.com/ocular.phar
+ run:
46
vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
0 commit comments