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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ [![](https://www.r-pkg.org/badges/version/chemCal)](https://cran.r-project.org/package=chemCal) [![Build Status](https://app.travis-ci.com/jranke/chemCal.svg?token=Sq9VuYWyRz2FbBLxu6DK&branch=main)](https://app.travis-ci.com/jranke/chemCal) -[![codecov](https://codecov.io/github/jranke/chemCal/branch/master/graphs/badge.svg)](https://codecov.io/github/jranke/chemCal) +[![Codecov test coverage](https://codecov.io/gh/jranke/chemCal/graph/badge.svg)](https://app.codecov.io/gh/jranke/chemCal) <!-- badges: end --> ## Overview |