Skip to content

Commit

Permalink
use coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
elbersb committed Feb 6, 2019
1 parent 0d5dbd8 commit 75bd7cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ r_github_packages:
- r-lib/covr
- jimhester/lintr
after_success:
- Rscript -e 'covr::codecov()'
- Rscript -e 'covr::coveralls()'
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(

[![CRAN Version](https://www.r-pkg.org/badges/version/tidylog)](https://CRAN.R-project.org/package=tidylog)
[![Build Status](https://travis-ci.org/elbersb/tidylog.svg?branch=master)](https://travis-ci.org/elbersb/tidylog)
[![codecov](https://codecov.io/gh/elbersb/tidylog/branch/master/graph/badge.svg)](https://codecov.io/gh/elbersb/tidylog)
[![Coverage status](https://coveralls.io/repos/github/elbersb/tidylog/badge.svg)](https://coveralls.io/r/elbersb/tidylog?branch=master)

The goal of tidylog is to provide feedback about basic dplyr operations. It provides simple wrapper functions for the most common functions, such as `filter`, `mutate`, `select`, `full_join`, and `group_by`.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
Version](https://www.r-pkg.org/badges/version/tidylog)](https://CRAN.R-project.org/package=tidylog)
[![Build
Status](https://travis-ci.org/elbersb/tidylog.svg?branch=master)](https://travis-ci.org/elbersb/tidylog)
[![codecov](https://codecov.io/gh/elbersb/tidylog/branch/master/graph/badge.svg)](https://codecov.io/gh/elbersb/tidylog)
[![Coverage
status](https://coveralls.io/repos/github/elbersb/tidylog/badge.svg)](https://coveralls.io/r/elbersb/tidylog?branch=master)

The goal of tidylog is to provide feedback about basic dplyr operations.
It provides simple wrapper functions for the most common functions, such
Expand Down
12 changes: 0 additions & 12 deletions codecov.yml

This file was deleted.

0 comments on commit 75bd7cd

Please sign in to comment.