Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Aug 3, 2017
1 parent 249814c commit 3c00518
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ before_install:
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
- ./travis-tool.sh install_deps

r_github_packages:
- jimhester/covr

after_success:
- Rscript -e 'covr::coveralls()'

after_failure:
./travis-tool.sh dump_logs
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# HUCAgg
Functions to aggregate WBD HUC12s
=================================
[![Travis](https://travis-ci.org/USGS-R/HUCAgg.svg?branch=master)](https://travis-ci.org/USGS-R/HUCAgg)
[![Travis](https://travis-ci.org/USGS-R/HUCAgg.svg?branch=master)](https://travis-ci.org/USGS-R/HUCAgg)
[![Coverage Status](https://coveralls.io/repos/github/USGS-R/HUCAgg/badge.svg?branch=master)](https://coveralls.io/github/USGS-R/HUCAgg?branch=master)

This package works with Watershed Boundary Dataset data available from the USGS at the [National Hydrography Dataset Downloads page.](https://nhd.usgs.gov/data.html)

Expand Down

0 comments on commit 3c00518

Please sign in to comment.