Skip to content

Commit

Permalink
added coveralss support
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Nov 7, 2015
1 parent 4bd90a1 commit e18b0f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
service_name: travis-ci
src_dir: ./
coverage_clover: clover.xml
json_path: coveralls.json
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ script: phpunit --coverage-clover=clover.xml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover clover.xml

- php vendor/bin/coveralls -v

notifications:
email:
- [email protected]
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A lightweight lexical string parser for BBCode styled markup.
[![Dependency Status](https://www.versioneye.com/user/projects/53db56c04b3ac87d6a000207/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53db56c04b3ac87d6a000207)
[![Latest Stable Version](https://poser.pugx.org/helios-ag/fm-bbcode-bundle/version.png)](https://packagist.org/packages/helios-ag/fm-bbcode-bundle)
[![Total Downloads](https://poser.pugx.org/helios-ag/fm-bbcode-bundle/d/total.png)](https://packagist.org/packages/helios-ag/fm-bbcode-bundle)

[![Coverage Status](https://coveralls.io/repos/helios-ag/FMBbCodeBundle/badge.svg?branch=master&service=github)](https://coveralls.io/github/helios-ag/FMBbCodeBundle?branch=master)

## Installation

Expand Down Expand Up @@ -272,6 +272,7 @@ fm_bbcode:

## Contributors

* **Alexandre Quercia [alquerci](https://github.com/alquerci)**
* Gaiffe Antoine [toinouu](https://github.com/toinouu)
* Luis Íñiguez [idetia](https://github.com/idetia)
* Sebastian [slider](https://github.com/slider)
Expand All @@ -280,5 +281,3 @@ fm_bbcode:
* Florian Krauthan [fkrauthan](https://github.com/fkrauthan)
* [predakanga](https://github.com/predakanga)
* Dan [piratadelfuturo](https://github.com/piratadelfuturo)
* Alexandre Quercia [alquerci](https://github.com/alquerci)

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"sensio/distribution-bundle": ">=2.1"
},
"require-dev": {
"symfony/symfony": "~2.1"
"symfony/symfony": "~2.1",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": { "FM\\BbcodeBundle\\": "" }
Expand Down

0 comments on commit e18b0f3

Please sign in to comment.