moving to codecov

This commit is contained in:
Spencer Florence 2016-02-11 21:03:46 -06:00
parent aa4b7ae8d8
commit b2ef4dda62
2 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ before_install:
install:
- raco pkg install --deps search-auto $TRAVIS_BUILD_DIR
- raco pkg install cover-coveralls
- raco pkg install cover-codecov
script:
- raco test -Q $TRAVIS_BUILD_DIR
after_success:
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage -b $TRAVIS_BUILD_DIR
- raco cover -f codecov -d $TRAVIS_BUILD_DIR/coverage -b $TRAVIS_BUILD_DIR

View File

@ -1,6 +1,6 @@
# Cover
[![Build Status](https://img.shields.io/travis/florence/cover/master.svg)](https://travis-ci.org/florence/cover)
[![Coverage Status](https://img.shields.io/coveralls/florence/cover/master.svg)](https://coveralls.io/r/florence/cover?branch=master)
[![Coverage Status](https://codecov.io/github/florence/cover/coverage.svg?branch=master)](https://codecov.io/github/florence/cover?branch=master)
[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://pkg-build.racket-lang.org/doc/cover/index.html)
[![Stories in Ready](https://badge.waffle.io/florence/cover.png?label=ready&title=Ready)](https://waffle.io/florence/cover)