From 5086e2b87eaec90a02b4744d1321c6949d0b8982 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Feb 2019 15:59:22 +0100 Subject: Use codecov --- .travis.yml | 4 ++++ ChangeLog | 29 ++++++++++++++++++++++++++++- DESCRIPTION | 5 +++-- README.html | 2 +- README.md | 1 + 5 files changed, 37 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 862f118..712829e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,7 @@ cache: packages r: - release - devel +github_packages: + - r-lib/covr +after_success: + - Rscript -e 'covr::codecov()' diff --git a/ChangeLog b/ChangeLog index c621093..eeb3fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,31 @@ -commit b81b532583a9eaf989d09b6276be48b480fa2af6 +commit e21ec96873bf60072414369bc96e4c076a450235 +Author: Johannes Ranke +Date: 2019-02-19 17:13:55 +0100 + + Add grImport to Suggests: + + Because chent which in turn suggests grImport is loaded from github + which obviously does not pull grImport + +commit 4e99ae029638a3720eba97b28bd7de3129a727ce +Author: Johannes Ranke +Date: 2019-02-19 15:22:26 +0100 + + Update README.html + +commit 31eca93dadf58d47b3f3dd7aa485f89023090440 +Author: Johannes Ranke +Date: 2019-02-19 14:54:26 +0100 + + Add Remotes: field for travis + +commit 70b85fd2a11da1e20cd4978c717540021af34be8 +Author: Johannes Ranke +Date: 2019-02-19 14:35:15 +0100 + + Test on Travis + +commit 17755babc3a517f4c7cec1c04e3e1f32b7ffb5d9 Author: Johannes Ranke Date: 2019-02-19 14:27:03 +0100 diff --git a/DESCRIPTION b/DESCRIPTION index 4fbb9c5..35e9da9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling Version: 0.5.3 -Date: 2019-02-19 +Date: 2019-02-21 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4371-6538")) @@ -22,7 +22,8 @@ Suggests: grImport, magrittr, PELMO.installeR, - rPELMO + rPELMO, + covr Remotes: jranke/chents, jranke/PELMO.installeR, jranke/rPELMO diff --git a/README.html b/README.html index a17807c..22fa024 100644 --- a/README.html +++ b/README.html @@ -374,7 +374,7 @@ $(document).ready(function () {

pfm

-

Build Status

+

Build Status codecov

The R package pfm provides some utilities for fate modelling, including dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa and out files), made available under the GNU public license.

Installation

diff --git a/README.md b/README.md index eca9d26..4e86389 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pfm [![Build Status](https://travis-ci.com/jranke/pfm.svg?branch=master)](https://travis-ci.com/jranke/pfm) +[![codecov](https://codecov.io/github/jranke/pfm/branch/master/graphs/badge.svg)](https://codecov.io/github/jranke/pfm) The R package **pfm** provides some utilities for fate modelling, including dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa -- cgit v1.2.1