aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-21 20:40:05 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-21 20:40:05 +0200
commita8f09111573dc189f0bb4aef42328eece7b680c6 (patch)
treecd0c2544fc8db5768786a9121cfc8b39fa6454b0
parentec151046007d1fc57585e0a4fee8fb41300611e3 (diff)
Try coverage from r-ci, re-add badges
-rw-r--r--.travis.yml8
-rw-r--r--README.md2
2 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index feba6066..19e4c7ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ jobs:
env:
global:
- USE_BSPM="true"
-
+
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/r2u/run.sh
- chmod 0755 run.sh
@@ -27,9 +27,9 @@ script:
after_failure:
- ./run.sh dump_logs
-
-#after_success:
-# - ./run.sh coverage
+
+after_success:
+ - ./run.sh coverage
notifications:
email:
diff --git a/README.md b/README.md
index 153d8958..67cee4e9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# mkin
[![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin)
+[![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=main)](https://app.travis-ci.com/github/jranke/mkin)
+[![codecov](https://codecov.io/github/jranke/mkin/branch/main/graphs/badge.svg)](https://codecov.io/github/jranke/mkin)
The R package **mkin** provides calculation routines for the analysis of
chemical degradation data, including <b>m</b>ulticompartment <b>kin</b>etics as

Contact - Imprint