Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Added codecov uploader (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio authored and sinanshi committed Nov 7, 2016
1 parent cfdda5a commit 4d1e80e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ r_packages:
- devtools
- XML
- yaml
- covr

script:
- Rscript -e 'library(devtools); checkOutput <- data.frame(test()); if (sum(checkOutput["failed"]) > 0){q(status = 1, save = "no")}'

after_success:
- bash <(curl -s https://codecov.io/bash) -t 40f86a6d-0a11-485b-986d-385f921a73f5
- Rscript -e 'library(covr); codecov()'

0 comments on commit 4d1e80e

Please sign in to comment.