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.
2 parents b8a1896 + 1a8c8c4 commit 652aed8Copy full SHA for 652aed8
.travis.yml
@@ -53,3 +53,6 @@ script:
53
#- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
54
- composer phpstan
55
- ./vendor/bin/phpunit
56
+
57
+after_script:
58
+ - ./vendor/bin/php-coveralls -v
composer.json
@@ -32,7 +32,8 @@
32
"symfony/yaml": "^4.1.9",
33
"phpunit/phpunit": "^7.5.1",
34
"phpstan/phpstan": "^0.10.6",
35
- "beberlei/porpaginas": "^1.2"
+ "beberlei/porpaginas": "^1.2",
36
+ "php-coveralls/php-coveralls": "^2.1.0"
37
},
38
"scripts": {
39
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"
0 commit comments