aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-21 16:03:25 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-21 16:03:25 +0100
commitf55851e21d471a0ff1a4a72893374c30ca4cf819 (patch)
tree9e72a99c7985ff6ecba45e209351d6b43bfcf286 /.travis.yml
parentf8307bd495a0c687e51f600f2bc22f49f9eaccd8 (diff)
Use codecov and update docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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()'

Contact - Imprint