Skip to content

Commit

Permalink
Merge pull request #50 from imbs-hl/coveralls_new
Browse files Browse the repository at this point in the history
Change from codecov to coveralls
  • Loading branch information
mnwright committed Mar 29, 2016
2 parents 37d03f7 + 4541130 commit 84f8212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ r_github_packages:
- jimhester/covr

after_success:
- Rscript -e 'covr::codecov(quiet = FALSE)'
- Rscript -e 'covr::coveralls(quiet = FALSE)'

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/imbs-hl/ranger.svg?branch=master)](https://travis-ci.org/imbs-hl/ranger)
[![codecov.io](https://codecov.io/github/imbs-hl/ranger/coverage.svg?branch=master)](https://codecov.io/github/imbs-hl/ranger?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/imbs-hl/ranger/badge.svg?branch=coveralls_new)](https://coveralls.io/github/imbs-hl/ranger?branch=coveralls_new)
![CRAN Downloads month](http://cranlogs.r-pkg.org/badges/ranger?color=brightgreen)
![CRAN Downloads overall](http://cranlogs.r-pkg.org/badges/grand-total/ranger?color=brightgreen)
## ranger: A Fast Implementation of Random Forests
Expand Down

0 comments on commit 84f8212

Please sign in to comment.