Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Jan 7, 2015
1 parent 5351bac commit 1bd2d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ install:
- ./travis-tool.sh install_github robertzk/stagerunner robertzk/Ramd
- ./travis-tool.sh install_github robertzk/statsUtils robertzk/mungebits
- ./travis-tool.sh install_github robertzk/syberiaMungebits
- "./travis-tool.sh install_github jimhester/covr"
script: ./travis-tool.sh run_tests
after_failure:
- ./travis-tool.sh dump_logs
after_success:
- "Rscript -e 'library(covr);coveralls()'"
notifications:
email:
on_success: change
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tundra [![Build Status](https://travis-ci.org/robertzk/tundra.svg?branch=master)](https://travis-ci.org/robertzk/tundra.svg?branch=master)
Tundra [![Build Status](https://travis-ci.org/robertzk/tundra.svg?branch=master)](https://travis-ci.org/robertzk/tundra.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/robertzk/tundra/badge.png)](https://coveralls.io/r/robertzk/tundra)
======

![tundra](http://i.imgur.com/tBFgOBW.jpg)
Expand Down

0 comments on commit 1bd2d1a

Please sign in to comment.