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 41b0c39 commit da3bfe2Copy full SHA for da3bfe2
.travis.yml
@@ -53,3 +53,6 @@ script:
53
#- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
54
- composer phpstan
55
- ./vendor/bin/phpunit
56
+
57
+after_success:
58
+ - travis_retry php vendor/bin/php-coveralls -v
composer.json
@@ -27,7 +27,8 @@
27
"symfony/security-bundle": "^4.1.9",
28
"symfony/yaml": "^4.1.9",
29
"phpunit/phpunit": "^8.0.4",
30
- "phpstan/phpstan": "^0.11.4"
+ "phpstan/phpstan": "^0.11.4",
31
+ "php-coveralls/php-coveralls": "^2.1"
32
},
33
"scripts": {
34
"phpstan": "phpstan analyse TdbmGraphqlBundle.php DependencyInjection/ Resources/ -c phpstan.neon --level=7 --no-progress"
0 commit comments