diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-21 16:03:25 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-21 16:03:25 +0100 |
commit | f55851e21d471a0ff1a4a72893374c30ca4cf819 (patch) | |
tree | 9e72a99c7985ff6ecba45e209351d6b43bfcf286 /.travis.yml | |
parent | f8307bd495a0c687e51f600f2bc22f49f9eaccd8 (diff) |
Use codecov and update docs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 862f118..712829e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,7 @@ cache: packages r: - release - devel +github_packages: + - r-lib/covr +after_success: + - Rscript -e 'covr::codecov()' |