Skip to content

Commit

Permalink
build: add coveralls to testing process
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Jul 23, 2018
1 parent 72cc61a commit e670b27
Show file tree
Hide file tree
Showing 5 changed files with 2,472 additions and 158 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.nyc_output/
.rpt2_cache/
coverage/
dist/
node_modules/
.DS_Store
.rpt2_cache
.DS_Store
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ install:
script:
- npm run test
after_success:
- npm run coverage
- npm run build
deploy:
- provider: npm
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# GeoFirestore [![Build Status](https://travis-ci.org/MichaelSolati/geofirestore.svg?branch=master)](https://travis-ci.org/MichaelSolati/geofirestore) [![npm version](https://badge.fury.io/js/geofirestore.svg)](https://badge.fury.io/js/geofirestore)
# GeoFirestore [![npm version](https://badge.fury.io/js/geofirestore.svg)](https://badge.fury.io/js/geofirestore) [![Build Status](https://travis-ci.org/MichaelSolati/geofirestore.svg?branch=master)](https://travis-ci.org/MichaelSolati/geofirestore) [![Coverage Status](https://coveralls.io/repos/github/MichaelSolati/geofirestore/badge.svg?branch=master)](https://coveralls.io/github/MichaelSolati/geofirestore?branch=dev)


GeoFirestore is an open-source library that allows you to store and query a set of keys based on their
geographic location. At its heart, GeoFirestore simply stores locations with string keys. Its main
Expand Down
Loading

0 comments on commit e670b27

Please sign in to comment.