Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 126c3a4

Browse files
authored
Merge pull request #8 from SimpleBus/fix-7
Change coveralls to codecov-io
2 parents 4718a41 + 63a6bba commit 126c3a4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ install:
2020
script:
2121
- bin/phpunit
2222

23-
after_script:
24-
- bin/coveralls
23+
after_success:
24+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SimpleBusBernardBundleBridge
22

3-
[![Build Status](https://travis-ci.org/SimpleBus/SimpleBusBernardBundleBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/SimpleBusBernardBundleBridge) [![Coverage Status](https://coveralls.io/repos/SimpleBus/SimpleBusBernardBundleBridge/badge.svg?branch=master&service=github)](https://coveralls.io/github/SimpleBus/SimpleBusBernardBundleBridge?branch=master)
3+
[![Build Status](https://travis-ci.org/SimpleBus/SimpleBusBernardBundleBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/SimpleBusBernardBundleBridge) [![codecov](https://codecov.io/gh/SimpleBus/SimpleBusBernardBundleBridge/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleBus/SimpleBusBernardBundleBridge)
4+
45

56
[Bernard](https://github.com/bernardphp/bernard) integration with [SimpleBus](http://simplebus.github.io/MessageBus) via [BernardBundle](https://github.com/bernardphp/BernardBundle) i.e. ability to deliver SimpleBus (encrypted) messages with Bernard.
67

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"matthiasnoback/symfony-config-test": "~1.0",
2525
"matthiasnoback/symfony-dependency-injection-test": "~0.7",
2626
"matthiasnoback/phpunit-asynchronicity": "~1.0",
27-
"satooshi/php-coveralls": "~0.6",
2827
"symfony/console": "~2.4",
2928
"symfony/process": "~2.4",
3029
"symfony/finder": "~2.4",

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
</whitelist>
1414
</filter>
1515
<logging>
16-
<log type="coverage-clover" target="build/logs/clover.xml"/>
16+
<log type="coverage-clover" target="coverage.xml"/>
1717
</logging>
1818
</phpunit>

0 commit comments

Comments
 (0)