Skip to content

Commit

Permalink
Included code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeslabreche committed Nov 15, 2019
1 parent 17e7fc5 commit 66fbdab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ r:
- oldrel
- release
warnings_are_errors: false

# for codecov
r_packages:
- covr

# only report coverage after build is successful
after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 66fbdab

Please sign in to comment.