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 cc6c618 commit 2c557d2Copy full SHA for 2c557d2
.travis.yml
@@ -10,4 +10,7 @@ before_script:
10
- ./vendor/bin/phpcs -n --standard=PSR2 src/ tests/
11
12
script:
13
- - ./vendor/bin/phpunit --coverage-text
+ - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
14
+
15
+after_script:
16
+ - travis_retry php vendor/bin/php-coveralls -v
composer.json
@@ -24,7 +24,8 @@
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^6.5",
27
- "squizlabs/php_codesniffer": "^3"
+ "squizlabs/php_codesniffer": "^3",
28
+ "php-coveralls/php-coveralls": "^2.2"
29
30
"scripts": {
31
"test": [
0 commit comments