aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-21 16:00:30 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-21 16:00:30 +0100
commitfe9c6bf06cb89ced0f61015bb24a88990a2c8fe8 (patch)
tree2e1004ceecc46bb388559568c9e74550de816db0 /.travis.yml
parentbfa20a8c262580e38d30cfa95e75d1b01b568d07 (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