Skip to content

Commit

Permalink
Add coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
UweBlock committed Feb 28, 2016
1 parent 0411a94 commit ced3e3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ language: r
warnings_are_errors: true
sudo: false
cache: packages

r_github_packages:
- jimhester/covr

after_success:
- Rscript -e 'covr::coveralls()'
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ knitr::opts_chunk$set(

# lazysql

[![Travis-CI Build Status](https://travis-ci.org/UweBlock/lazysql.svg?branch=master)](https://travis-ci.org/UweBlock/lazysql)
[![Travis-CI Build Status](https://travis-ci.org/UweBlock/lazysql.svg?branch=master)](https://travis-ci.org/UweBlock/lazysql)
[![Coverage Status](https://img.shields.io/coveralls/UweBlock/lazysql.svg)](https://coveralls.io/r/UweBlock/lazysql?branch=master)

Lazy SQL programming.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lazysql
=======

[![Travis-CI Build Status](https://travis-ci.org/UweBlock/lazysql.svg?branch=master)](https://travis-ci.org/UweBlock/lazysql)
[![Coverage Status](https://img.shields.io/coveralls/UweBlock/lazysql.svg)](https://coveralls.io/r/UweBlock/lazysql?branch=master)

Lazy SQL programming.

Expand Down

0 comments on commit ced3e3b

Please sign in to comment.