Skip to content

Commit 9cf563f

Browse files
author
Mike Fisher
committed
Use scrutinizer code coverage
1 parent 36907ea commit 9cf563f

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.coveralls.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ before_script: composer require task/cli ~0.1
1111

1212
script: vendor/bin/task test
1313

14-
after_script: vendor/bin/coveralls -v
14+
after_script:
15+
- composer require scrutinizer/ocular "~1.0"
16+
- vendor/bin/ocular code-coverage:upload --format=php-clover coverage.xml

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"task/phpspec": "~0.1",
2222
"mikey179/vfsStream": "~1.2",
2323
"henrikbjorn/phpspec-code-coverage" : "1.0.*@dev",
24-
"bossa/phpspec2-expect": "~1.0",
25-
"satooshi/php-coveralls": "~0.6",
26-
"scrutinizer/ocular": "~1.0"
24+
"bossa/phpspec2-expect": "~1.0"
2725
},
2826
"autoload": {
2927
"psr-4": {

0 commit comments

Comments
 (0)