Skip to content

Commit b54973b

Browse files
committed
Changed code coverage provider Coveralls -> Codecov.
1 parent 3ae1b71 commit b54973b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ script:
3232
- composer test -- --coverage-clover=build/logs/clover.xml
3333

3434
after_success:
35-
- composer require satooshi/php-coveralls
36-
- vendor/bin/coveralls -v
35+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ Porter is published under the open source GNU Lesser General Public License v3.0
460460
[Downloads image]: https://poser.pugx.org/scriptfusion/porter/downloads "Total downloads"
461461
[Build]: http://travis-ci.org/ScriptFUSION/Porter
462462
[Build image]: https://travis-ci.org/ScriptFUSION/Porter.svg?branch=master "Build status"
463-
[Coverage]: https://coveralls.io/github/ScriptFUSION/Porter
464-
[Coverage image]: https://coveralls.io/repos/ScriptFUSION/Porter/badge.svg "Test coverage"
463+
[Coverage]: https://codecov.io/gh/ScriptFUSION/Porter
464+
[Coverage image]: https://codecov.io/gh/ScriptFUSION/Porter/branch/master/graphs/badge.svg "Test coverage"
465465
[Style]: https://styleci.io/repos/49824895
466466
[Style image]: https://styleci.io/repos/49824895/shield?style=flat "Code style"
467467

0 commit comments

Comments
 (0)