Skip to content

Commit

Permalink
Added code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed May 18, 2017
1 parent e4b7ab6 commit 6577465
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,6 @@
language: R
sudo: false
cache: packages

after_success:
- Rscript -e 'covr::coveralls()'
1 change: 1 addition & 0 deletions DESCRIPTION
Expand Up @@ -20,3 +20,4 @@ Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Remotes: muschellij2/gifti
Suggests: covr
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ This is a Toolbox for Connectivity Informatics Technology Initiative ('CIFTI') F

[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/cifti?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/cifti)

[![Coverage Status](https://img.shields.io/coveralls/muschellij2/cifti.svg)](https://coveralls.io/r/muschellij2/cifti?branch=master)

## Installation

You can install cifti from github with:
Expand Down

0 comments on commit 6577465

Please sign in to comment.