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 6252fdc commit dad326dCopy full SHA for dad326d
.github/workflows/main.yml
@@ -35,15 +35,15 @@ jobs:
35
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=build/logs/clover.xml --testdox
36
37
- name: Upload the reports to coveralls.io
38
- if: ${{ matrix.php == '8.0' }}
+ if: ${{ matrix.php == '7.4' }}
39
run: |
40
composer global require php-coveralls/php-coveralls
41
php-coveralls -v
42
env:
43
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: Upload the reports to codeclimate
46
47
run: sudo ./cc-test-reporter after-build -r $CC_TEST_REPORTER_ID
48
49
CC_TEST_REPORTER_ID: 5e32818628fac9eb11d34e2b35289f88169610cc4a98c6f170c74923342284f1
0 commit comments