Skip to content

Commit

Permalink
re-add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoore committed Aug 17, 2017
1 parent c86dc03 commit 0934aa9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ matrix:
- os: osx
r: devel

r_packages:
- covr
after_success:
- Rscript -e 'covr::codecov()'

cache: packages
sudo: false

Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(

# happyR
[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR)
[![codecov](https://codecov.io/gh/Illumina/happyR/branch/master/graph/badge.svg)](https://codecov.io/gh/Illumina/happyR)

Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable simple
plotting, comparisons and aggregation. The related package [happyCompare](https://github.com/Illumina/happyCompare) builds on happyR with statistical
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
happyR
======

[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR)
[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR) [![codecov](https://codecov.io/gh/Illumina/happyR/branch/master/graph/badge.svg)](https://codecov.io/gh/Illumina/happyR)

Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable simple plotting, comparisons and aggregation. The related package [happyCompare](https://github.com/Illumina/happyCompare) builds on happyR with statistical analysis of groups and replicates, as well as providing some more sophisticated plotting and reporting functionality.

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/Precision-recall_curves.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0934aa9

Please sign in to comment.