File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 33^README\.Rmd$
44^README-.*\.png$
55^\.travis\.yml$
6+ ^codecov\.yml$
Original file line number Diff line number Diff line change 33language : R
44sudo : false
55cache : packages
6+
7+ after_success :
8+ - Rscript -e 'covr::codecov()'
Original file line number Diff line number Diff line change @@ -15,5 +15,7 @@ Encoding: UTF-8
1515LazyData: true
1616URL: https://github.com/hadley/blob
1717BugReports: https://github.com/hadley/blob/issues
18- Suggests: testthat
18+ Suggests:
19+ testthat,
20+ covr
1921RoxygenNote: 5.0.1.9000
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ output: github_document
44
55[ ![ Travis-CI Build Status] ( https://travis-ci.org/hadley/blob.svg?branch=master )] ( https://travis-ci.org/hadley/blob )
66[ ![ CRAN_Status_Badge] ( http://www.r-pkg.org/badges/version/blob )] ( https://cran.r-project.org/package=blob )
7+ [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/hadley/blob/master.svg )] ( https://codecov.io/github/hadley/blob?branch=master )
78
89<!-- README.md is generated from README.Rmd. Please edit that file -->
910
Original file line number Diff line number Diff line change 1+ comment : false
You can’t perform that action at this time.
0 commit comments