aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2024-11-17 15:48:05 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2024-11-17 15:48:05 +0100
commitaa5045c8bb5feca1d74e12e621eafbc84bf5b522 (patch)
tree18b21879671a8c4901a0083afd98762a8ad4e72e /.travis.yml
parentd202b127909669c484bc74bb87d629f9e3bea299 (diff)
Test coverage using github workflow
With the current travis configuration, installation of covr failed, presumably because of the use of the Xenial distribution which is rather outdated meanwhile. The error occurred when installation of curl was attempted on travis: Error: C++17 standard requested but CXX17 is not defined
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 712829e..862f118 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,3 @@ cache: packages
r:
- release
- devel
-github_packages:
- - r-lib/covr
-after_success:
- - Rscript -e 'covr::codecov()'

Contact - Imprint