Skip to content

Commit

Permalink
codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nhlm committed Apr 4, 2017
1 parent 11d9cba commit 01e943a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- composer install

script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
- vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist ./src

after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
General Observation Pattern Component

[![Build Status](https://travis-ci.org/subcosm/observatory.svg?branch=master)](https://travis-ci.org/subcosm/observatory)
[![Coverage Status](https://coveralls.io/repos/github/subcosm/observatory/badge.svg?branch=master)](https://coveralls.io/github/subcosm/observatory?branch=master)
[![codecov](https://codecov.io/gh/subcosm/observatory/branch/master/graph/badge.svg)](https://codecov.io/gh/subcosm/observatory)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/24e183e4-e13d-4128-a844-499110a00718/mini.png)](https://insight.sensiolabs.com/projects/24e183e4-e13d-4128-a844-499110a00718)

![Code Climate](https://codeclimate.com/github/subcosm/observatory.png)

### What is observatory?

Expand Down

0 comments on commit 01e943a

Please sign in to comment.