Skip to content

Commit

Permalink
Change coveralls to codecov-io
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodijk committed May 2, 2017
1 parent 396b2ee commit 1266552
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ before_script:
script:
- vendor/bin/phpunit

after_script:
- vendor/bin/coveralls

notifications:
email: [email protected]
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SimpleBus/JMSSerializerBridge

[![Build Status](https://travis-ci.org/SimpleBus/JMSSerializerBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/JMSSerializerBridge) [![Coverage Status](https://coveralls.io/repos/SimpleBus/JMSSerializerBridge/badge.svg)](https://coveralls.io/r/SimpleBus/JMSSerializerBridge)
[![Build Status](https://travis-ci.org/SimpleBus/JMSSerializerBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/JMSSerializerBridge) [![codecov](https://codecov.io/gh/SimpleBus/JMSSerializerBridge/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleBus/JMSSerializerBridge)

By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/)

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"jms/serializer": "~0.12||~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6"
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-clover" target="coverage.xml"/>
</logging>
</phpunit>

0 comments on commit 1266552

Please sign in to comment.