Skip to content

Commit

Permalink
Adding codecoverage back to Travis CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcc committed Oct 10, 2017
1 parent f605cc0 commit 5e057e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ notifications:
on_success: change
on_failure: change

r_github_packages:
- jimhester/covr

after_success:
- Rscript -e 'covr::codecov()'


0 comments on commit 5e057e9

Please sign in to comment.