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 53fd86f commit a0ce69bCopy full SHA for a0ce69b
.github/workflows/php.yml
@@ -44,5 +44,5 @@ jobs:
44
- name: Coveralls
45
uses: coverallsapp/github-action@v2
46
with:
47
- file: build/logs/clover.xml
+ file: junit.xml
48
composer.json
@@ -35,7 +35,7 @@
35
},
36
"scripts": {
37
"style": "vendor/bin/phpcs --report=full --extensions=php --standard=PSR12 src tests examples benchmarks",
38
- "test": "XDEBUG_MODE=coverage vendor/bin/phpunit",
+ "test": "XDEBUG_MODE=coverage vendor/bin/phpunit --log-junit junit.xml",
39
"doc": [
40
"vendor/bin/sphpdox process --output docs chdemko src",
41
"sphinx-build -b html docs/ html/"
0 commit comments