sleepycat / geox

Geocoding meets GraphQL
ISC License
2 stars 0 forks source link

Coverage #4

Open DenisCarriere opened 8 years ago

DenisCarriere commented 8 years ago

Added automatic coverage in your travis.yml.

Just need to add the repo to https://coveralls.io/

language: node_js
node_js:
  - 6
notifications:
  email:
    - mike@korora.ca
after_success:
  - 'nyc report --reporter=text-lcov | coveralls'