aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:31:48 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:31:48 +0100
commit6695a307c4be2b8eee1bacd75b25fc10c3dd02b1 (patch)
tree73474b0d7bebe829d7c9eb7a8f259ff5a93d9cbb /.travis.yml
parentad42e8870803335a549784888ddda80e4662f441 (diff)
Use codecov
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 c0fd6b4e..4b1b59e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,3 +7,7 @@ addons:
apt:
packages:
- gcc
+github_packages:
+ - r-lib/covr
+after_success:
+ - Rscript -e 'covr::codecov()'

Contact - Imprint