From aa5045c8bb5feca1d74e12e621eafbc84bf5b522 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 17 Nov 2024 15:48:05 +0100 Subject: 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 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis.yml') 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()' -- cgit v1.2.1 From b10d246720105125395b6842adc8c985231ad515 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 17 Nov 2024 16:58:19 +0100 Subject: Give up on travis, check with github actions --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 862f118..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: r -cache: packages -r: - - release - - devel -- cgit v1.2.1