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 2961b72 commit b71b4fdCopy full SHA for b71b4fd
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: mheap/phpunit-matcher-action@v1
58
59
- name: Test with PHPUnit
60
- run: ./vendor/bin/phpunit --teamcity test
+ run: ./vendor/bin/phpunit --teamcity -c ./
61
62
php-cs-fixer:
63
runs-on: ubuntu-latest
@@ -119,7 +119,7 @@ jobs:
119
run: composer install --no-progress --prefer-dist --optimize-autoloader
120
121
- name: Code style with PHP_CodeSniffer
122
- run: ./vendor/bin/phpcs -q --report=checkstyle | cs2pr
+ run: ./vendor/bin/phpcs src/ tests/ --standard=PSR2 -n --ignore=src/PhpWord/Shared/PCLZip --report=checkstyle | cs2pr
123
124
coverage:
125
0 commit comments