Skip to content

Commit

Permalink
adds Codecov.io badge Readme.md and before/after script in .travis.ym…
Browse files Browse the repository at this point in the history
…l as discussed in: boennemann#43
  • Loading branch information
nelsonic committed Nov 9, 2015
1 parent fb28311 commit fd6536a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
node_js:
- '0.10'
before_install:
- pip install --user codecov
after_success:
- ./node_modules/grunt-cli/bin/grunt coveralls
- codecov --file coverage/lcov.info --disable search
cache:
directories:
- node_modules
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Your favorite service is missing? [Pull Requests welcome](CONTRIBUTING.md).

## Test Coverage

### Codecov - https://codecov.io/#features
[![codecov.io](https://codecov.io/github/nelsonic/badges/coverage.svg?branch=master)](https://codecov.io/github/nelsonic/badges?branch=master)

### Coveralls
[![Coverage Status](https://coveralls.io/repos/boennemann/badges/badge.png)](https://coveralls.io/r/boennemann/badges)

Expand Down

0 comments on commit fd6536a

Please sign in to comment.