Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Adding coverage to .npmignore, Slack notifications to Travis file and…
Browse files Browse the repository at this point in the history
… Slack badge to readme
  • Loading branch information
corymsmith committed Oct 26, 2016
1 parent 8755263 commit 48ba47f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -7,3 +7,4 @@ src/
test/
!lib/
.github/
coverage
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,9 @@ addons:
before_script:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info
notifications:
email: false
slack:
rooms:
secure: JzCZJrEUlhEnPMjG6m8pdoj5pW9sWjYksmXBTSdqdqSVxR7rixPFAv3jd+YO5J3IOtlZyzdAAbqarDniFqf7NlqZ3EDhDppJ2ShdrcT70cclOGwqVGVp9CIbI29FvpOvwBsOYQkFOW0WphEZzl3r3k+5bfzIWE9cm18LHv3a77E=
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,6 +5,7 @@
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-commons/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-commons/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers-commons.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-commons)
[![Download Status](https://img.shields.io/npm/dm/feathers-commons.svg?style=flat-square)](https://www.npmjs.com/package/feathers-commons)
[![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com)

> Shared Feathers utility functions
Expand Down

0 comments on commit 48ba47f

Please sign in to comment.