Add Codecov badges and settings

This commit is contained in:
Timothy Gu 2016-10-13 00:40:36 -07:00
parent ea111626e9
commit b9b0341db7
2 changed files with 8 additions and 3 deletions

5
.codecov.yml Normal file
View File

@ -0,0 +1,5 @@
parsers:
javascript:
enable_partials: yes
codecov:
branch: v2

View File

@ -4,7 +4,7 @@ node-fetch
[![npm version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![coverage status][coveralls-image]][coveralls-url]
[![coverage status][codecov-image]][codecov-url]
A light-weight module that brings `window.fetch` to Node.js
@ -206,5 +206,5 @@ Thanks to [github/fetch](https://github.com/github/fetch) for providing a solid
[npm-url]: https://www.npmjs.com/package/node-fetch
[travis-image]: https://img.shields.io/travis/bitinn/node-fetch.svg?style=flat-square
[travis-url]: https://travis-ci.org/bitinn/node-fetch
[coveralls-image]: https://img.shields.io/coveralls/bitinn/node-fetch.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/bitinn/node-fetch
[coveralls-image]: https://img.shields.io/codecov/c/github/bitinn/node-fetch.svg?style=flat-square
[coveralls-url]: https://codecov.io/gh/bitinn/node-fetch