Skip to content

Commit

Permalink
attempting coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jul 7, 2019
1 parent 9219775 commit 8a95fdf
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveralls.yml
@@ -0,0 +1,3 @@
repo_token: eLYzG2puzMX6CpE1IlwMy3QFmM9CgulV4
coverage_clover: ./phpunit.clover
json_path: coverals.json
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
phpunit.clover
/infection.log
/.phpunit.result.cache
/coveralls.json
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -18,9 +18,12 @@ jobs:
script:
- composer install --no-interaction --no-suggest --prefer-source
- composer run phpunit
after_success:
- php ./vendor/bin/php-coveralls
- stage: static-analysis
before_script:
- phpenv config-rm xdebug.ini
- php --version
- composer install --no-interaction --no-suggest --prefer-source
script:
- composer run static-analysis
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -47,6 +47,7 @@
"bmitch/churn-php": "^1.0",
"infection/infection": "^0.13.4",
"maglnet/composer-require-checker": "^2.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^8.2",
"povils/phpmnd": "^2.1",
"psalm/plugin-phpunit": "^0.6.0",
Expand Down

0 comments on commit 8a95fdf

Please sign in to comment.