diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-11-17 15:48:05 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-11-17 15:48:05 +0100 |
commit | aa5045c8bb5feca1d74e12e621eafbc84bf5b522 (patch) | |
tree | 18b21879671a8c4901a0083afd98762a8ad4e72e /.Rbuildignore | |
parent | d202b127909669c484bc74bb87d629f9e3bea299 (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 '.Rbuildignore')
-rw-r--r-- | .Rbuildignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index f0b4d3d..f84e599 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,5 @@ README.html .travis.yml experimental test.log$ +^codecov\.yml$ +^\.github$ |