Skip to content

Commit 1a8c8c4

Browse files
committed
Adding coveralls indicator
1 parent b8a1896 commit 1a8c8c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ script:
5353
#- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
5454
- composer phpstan
5555
- ./vendor/bin/phpunit
56+
57+
after_script:
58+
- ./vendor/bin/php-coveralls -v

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"symfony/yaml": "^4.1.9",
3333
"phpunit/phpunit": "^7.5.1",
3434
"phpstan/phpstan": "^0.10.6",
35-
"beberlei/porpaginas": "^1.2"
35+
"beberlei/porpaginas": "^1.2",
36+
"php-coveralls/php-coveralls": "^2.1.0"
3637
},
3738
"scripts": {
3839
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"

0 commit comments

Comments
 (0)