From fe9c6bf06cb89ced0f61015bb24a88990a2c8fe8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Feb 2019 16:00:30 +0100 Subject: Use codecov and update docs --- .travis.yml | 4 ++++ DESCRIPTION | 3 ++- README.html | 2 +- README.md | 1 + docs/index.html | 1 + 5 files changed, 9 insertions(+), 2 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/DESCRIPTION b/DESCRIPTION index 451e6c5..a46a427 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: chents Type: Package Title: Chemical Entities as R Objects Version: 0.2-7 -Date: 2019-02-19 +Date: 2019-02-21 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de")) Description: Utilities for dealing with chemical entities and associated @@ -21,6 +21,7 @@ Suggests: knitr, testthat, PythonInR, + covr License: GPL LazyLoad: yes LazyData: yes diff --git a/README.html b/README.html index f113586..8d63b58 100644 --- a/README.html +++ b/README.html @@ -374,7 +374,7 @@ $(document).ready(function () {

chents

-

Build Status

+

Build Status codecov

The R package chents provides some utilities for working with chemical entities in R.

Features

diff --git a/README.md b/README.md index ffa9844..84b49ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # chents [![Build Status](https://travis-ci.com/jranke/chents.svg?branch=master)](https://travis-ci.com/jranke/chents) +[![codecov](https://codecov.io/github/jranke/chents/branch/master/graphs/badge.svg)](https://codecov.io/github/jranke/chents) The R package **chents** provides some utilities for working with chemical entities in R. diff --git a/docs/index.html b/docs/index.html index 6d69e3f..c9bd988 100644 --- a/docs/index.html +++ b/docs/index.html @@ -116,6 +116,7 @@

Dev status

  • Build Status
  • +
  • codecov
-- cgit v1.2.1