Skip to content

Commit

Permalink
Added Coverage Status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
javer committed May 28, 2014
1 parent cdc6e82 commit 5178690
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ composer.lock
composer.phar
autoload.php
/vendor/
/build/
11 changes: 8 additions & 3 deletions .travis.yml
Expand Up @@ -17,10 +17,15 @@ env:
- SYMFONY_VERSION=dev-master

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
- composer install --dev --prefer-source
- composer require -n symfony/framework-bundle:${SYMFONY_VERSION}
- composer install -n --dev

script: phpunit --coverage-text
script:
- mkdir -p build/logs
- phpunit --coverage-text --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,8 +3,8 @@ ArgentumFeedBundle

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/020f9643-8b15-4542-9f19-7e8fdc86d392/mini.png)](https://insight.sensiolabs.com/projects/020f9643-8b15-4542-9f19-7e8fdc86d392)
[![Build Status](https://travis-ci.org/argentumua/ArgentumFeedBundle.svg?branch=master)](https://travis-ci.org/argentumua/ArgentumFeedBundle)
[![Coverage Status](https://img.shields.io/coveralls/argentumua/ArgentumFeedBundle.svg)](https://coveralls.io/r/argentumua/ArgentumFeedBundle)
[![Latest Stable Version](https://poser.pugx.org/argentum/feed-bundle/v/stable.svg)](https://packagist.org/packages/argentum/feed-bundle)
[![Latest Unstable Version](https://poser.pugx.org/argentum/feed-bundle/v/unstable.svg)](https://packagist.org/packages/argentum/feed-bundle)
[![License](https://poser.pugx.org/argentum/feed-bundle/license.svg)](https://packagist.org/packages/argentum/feed-bundle)

ArgentumFeedBundle allows you to create a set of feeds for your content with
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -17,6 +17,9 @@
"symfony/framework-bundle": ">=2.1",
"twig/twig": ">=1.10"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": { "Argentum\\FeedBundle": "" }
},
Expand Down

0 comments on commit 5178690

Please sign in to comment.