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 42e335e commit f7f6473Copy full SHA for f7f6473
.github/workflows/integrate.yaml
@@ -52,12 +52,7 @@ jobs:
52
- name: "Collect code coverage from running unit tests with phpunit/phpunit"
53
env:
54
XDEBUG_MODE: "coverage"
55
- run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml --testsuite=unit"
56
-
57
- - name: "Send code coverage report to codecov.io"
58
- uses: "codecov/codecov-action@v4"
59
- with:
60
- files: ".build/phpunit/logs/clover.xml"
+ run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-text --testsuite=unit"
61
62
coding-standards:
63
name: "Coding Standards"
0 commit comments