Skip to content

Commit

Permalink
Added code coverage information
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Robinson committed May 4, 2016
1 parent 1254577 commit 2c2ac53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
language: R
sudo: false
cache: packages
r_packages:
- covr
after_success:
- Rscript -e 'covr::codecov()'
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# gutenbergr 0.1.0.9000

* Added AppVeyor for Windows continuous integration
* Added code coverage information through codecov.io and covr

# gutenbergr 0.1

Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gutenbergr: R package to search and download public domain texts from Project Gu
[![Build Status](https://travis-ci.org/dgrtwo/gutenbergr.svg?branch=master)](https://travis-ci.org/dgrtwo/gutenbergr)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/gutenbergr)](http://cran.r-project.org/package=gutenbergr)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/dgrtwo/gutenbergr?branch=master&svg=true)](https://ci.appveyor.com/project/dgrtwo/gutenbergr)
[![Coverage Status](https://img.shields.io/codecov/c/github/dgrtwo/gutenbergr/master.svg)](https://codecov.io/github/dgrtwo/gutenbergr?branch=master)

Download and process public domain works from the [Project Gutenberg](https://www.gutenberg.org/) collection. Includes

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gutenbergr: R package to search and download public domain texts from Project Gu
[![Build Status](https://travis-ci.org/dgrtwo/gutenbergr.svg?branch=master)](https://travis-ci.org/dgrtwo/gutenbergr)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/gutenbergr)](http://cran.r-project.org/package=gutenbergr)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/dgrtwo/gutenbergr?branch=master&svg=true)](https://ci.appveyor.com/project/dgrtwo/gutenbergr)
[![Coverage Status](https://img.shields.io/codecov/c/github/dgrtwo/gutenbergr/master.svg)](https://codecov.io/github/dgrtwo/gutenbergr?branch=master)

Download and process public domain works from the [Project Gutenberg](https://www.gutenberg.org/) collection. Includes

Expand Down

0 comments on commit 2c2ac53

Please sign in to comment.