Skip to content

Commit

Permalink
use codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Sep 9, 2015
1 parent 66a6089 commit 795a6a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ script:
- ./pkg-build.sh run_tests

after_success:
- if [[ ! -z "$COVERAGE" ]];then ./pkg-build.sh run_script -e 'covr::coveralls();covr::codecov()'; fi
- if [[ ! -z "$COVERAGE" ]];then ./pkg-build.sh run_script -e 'covr::codecov()'; fi

after_failure:
- ./pkg-build.sh dump_logs
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -9,7 +9,7 @@ library(pipeR)

[![Linux Build Status](https://travis-ci.org/renkun-ken/pipeR.png?branch=master)](https://travis-ci.org/renkun-ken/pipeR)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/renkun-ken/pipeR?svg=true)](https://ci.appveyor.com/project/renkun-ken/pipeR)
[![Coverage Status](https://coveralls.io/repos/renkun-ken/pipeR/badge.svg)](https://coveralls.io/r/renkun-ken/pipeR)
[![codecov.io](http://codecov.io/github/renkun-ken/pipeR/coverage.svg?branch=master)](http://codecov.io/github/renkun-ken/rlist?branch=pipeR)
[![CRAN Version](http://www.r-pkg.org/badges/version/pipeR)](http://cran.rstudio.com/web/packages/pipeR)

pipeR provides various styles of function chaining methods:
Expand Down
2 changes: 1 addition & 1 deletion README.ja.Rmd
Expand Up @@ -9,7 +9,7 @@ library(pipeR)

[![Linux Build Status](https://travis-ci.org/renkun-ken/pipeR.png?branch=master)](https://travis-ci.org/renkun-ken/pipeR)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/renkun-ken/pipeR?svg=true)](https://ci.appveyor.com/project/renkun-ken/pipeR)
[![Coverage Status](https://coveralls.io/repos/renkun-ken/pipeR/badge.svg)](https://coveralls.io/r/renkun-ken/pipeR)
[![codecov.io](http://codecov.io/github/renkun-ken/pipeR/coverage.svg?branch=master)](http://codecov.io/github/renkun-ken/pipeR?branch=master)
[![CRAN Version](http://www.r-pkg.org/badges/version/pipeR)](http://cran.rstudio.com/web/packages/pipeR)

pipeR は、関数を連鎖的に適用する方法を、様々なスタイルで提供します:
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Expand Up @@ -4,7 +4,7 @@

[![Linux Build Status](https://travis-ci.org/renkun-ken/pipeR.png?branch=master)](https://travis-ci.org/renkun-ken/pipeR)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/renkun-ken/pipeR?svg=true)](https://ci.appveyor.com/project/renkun-ken/pipeR)
[![Coverage Status](https://coveralls.io/repos/renkun-ken/pipeR/badge.svg)](https://coveralls.io/r/renkun-ken/pipeR)
[![codecov.io](http://codecov.io/github/renkun-ken/pipeR/coverage.svg?branch=master)](http://codecov.io/github/renkun-ken/pipeR?branch=master)
[![CRAN Version](http://www.r-pkg.org/badges/version/pipeR)](http://cran.rstudio.com/web/packages/pipeR)

pipeR は、関数を連鎖的に適用する方法を、様々なスタイルで提供します:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

[![Linux Build Status](https://travis-ci.org/renkun-ken/pipeR.png?branch=master)](https://travis-ci.org/renkun-ken/pipeR)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/renkun-ken/pipeR?svg=true)](https://ci.appveyor.com/project/renkun-ken/pipeR)
[![Coverage Status](https://coveralls.io/repos/renkun-ken/pipeR/badge.svg)](https://coveralls.io/r/renkun-ken/pipeR)
[![codecov.io](http://codecov.io/github/renkun-ken/pipeR/coverage.svg?branch=master)](http://codecov.io/github/renkun-ken/rlist?branch=pipeR)
[![CRAN Version](http://www.r-pkg.org/badges/version/pipeR)](http://cran.rstudio.com/web/packages/pipeR)

pipeR provides various styles of function chaining methods:
Expand Down

0 comments on commit 795a6a7

Please sign in to comment.