Skip to content

Commit df3bf94

Browse files
committed
Update README and gitignore for coverage
1 parent e5f5580 commit df3bf94

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node*
22
npm*
3+
coverage

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![npm version][npm-badge]][npm-url]
44
[![Build Status][travis-badge]][travis-url]
5+
[![Coverage Status][coveralls-badge]][coveralls-url]
56
[![Code Climate][codeclimate-badge]][codeclimate-url]
67
[![Dependency Status][david-badge]][david-url]
78

@@ -283,6 +284,8 @@ MIT.
283284
[npm-url]: https://npmjs.com/package/fakeredis
284285
[travis-badge]: https://api.travis-ci.org/hdachev/fakeredis.svg
285286
[travis-url]: https://travis-ci.org/hdachev/fakeredis
287+
[coveralls-badge]:https://coveralls.io/repos/hdachev/fakeredis/badge.svg?branch=master&service=github
288+
[coveralls-url]: https://coveralls.io/github/hdachev/fakeredis?branch=master
286289
[david-badge]: https://david-dm.org/hdachev/fakeredis.svg
287290
[david-url]: https://david-dm.org/hdachev/fakeredis
288291
[codeclimate-badge]: https://codeclimate.com/github/hdachev/fakeredis/badges/gpa.svg

0 commit comments

Comments
 (0)