Skip to content

Commit

Permalink
Merge pull request #23 from moufmouf/coveralls
Browse files Browse the repository at this point in the history
Adding coveralls indicator
  • Loading branch information
moufmouf committed Jun 25, 2019
2 parents b8a1896 + 1a8c8c4 commit 652aed8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ script:
#- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
- composer phpstan
- ./vendor/bin/phpunit

after_script:
- ./vendor/bin/php-coveralls -v
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"symfony/yaml": "^4.1.9",
"phpunit/phpunit": "^7.5.1",
"phpstan/phpstan": "^0.10.6",
"beberlei/porpaginas": "^1.2"
"beberlei/porpaginas": "^1.2",
"php-coveralls/php-coveralls": "^2.1.0"
},
"scripts": {
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"
Expand Down

0 comments on commit 652aed8

Please sign in to comment.