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 5932bb6 commit 6fff2f0Copy full SHA for 6fff2f0
.github/workflows/ci.yml
@@ -29,14 +29,14 @@ jobs:
29
php_extensions: xdebug
30
bootstrap: tests/bootstrap.php
31
configuration: phpunit.xml.dist
32
- args: --coverage-clover clover.xml
+ args: --coverage-text
33
34
- name: Code climate Coverage
35
uses: paambaati/[email protected]
36
env:
37
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
38
with:
39
debug: true
40
- prefix: /app
+ coverageCommand: ./vendor/bin/phpunit --coverage-clover clover.xml
41
coverageLocations: clover.xml:clover
42
0 commit comments