Skip to content

Commit

Permalink
Switch coveralls integration library (#401)
Browse files Browse the repository at this point in the history
Because satooshi/coveralls is abandoned
  • Loading branch information
DerMika committed May 28, 2020
1 parent 48de904 commit 404d2e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-ci
coverage_clover: build/logs/clover.xml
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ php:
- '7.4'

install:
- composer require satooshi/php-coveralls:~1.0@stable
- composer require --dev php-coveralls/php-coveralls '^1.1.0'
- composer update
- curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar

Expand All @@ -25,8 +25,7 @@ script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_success:
- travis_retry php vendor/bin/coveralls
-
- travis_retry php vendor/bin/coveralls -v
jobs:
allow_failures:
- php: '7.4'

0 comments on commit 404d2e6

Please sign in to comment.