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

Commit b755e01

Browse files
committed
Adding coverage to .npmignore, Slack notifications / supported node versions to Travis file and badges to Readme
1 parent c47946a commit b755e01

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ src/
77
test/
88
!lib/
99
.github/
10+
coverage

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ addons:
1313
before_script:
1414
- npm install -g codeclimate-test-reporter
1515
after_script:
16-
- codeclimate-test-reporter < coverage/lcov.info
16+
- codeclimate-test-reporter < coverage/lcov.info
17+
notifications:
18+
email: false
19+
slack:
20+
rooms:
21+
secure: GPsvHA1kNtrRhPmba/zWpcD/uwzHlHSJyVdr1mJv59733TzuGGo5fSzgA/gFFSA5L4VWImBlvQr+jW7a9+zAT4bFK8ntudUhOvoJ9eefZ7I6S/8Ub8MB9vRhk0XyWaNrg4IC3b57OjtcjgnwsHuaXWwIFp/ZYlssHpKMaa++b8pl+HNhRdGdGS+G8/HuaH6LrmIhTydOleg53xJB3DfIIhWZyQJrHjOx50Wk1dKigYeu6wYaV0yRlBYI8iVloUSVrlwFASQQks5ifqeye3U1qahkxVgLGSqDWi0ohZMYOLW1i1I01kZIxs/DidEGK3m8IyzbhOE+xsE/+TZA87Szg1gRH74gu8QFon81eEY57dmyuzP2l2jibtpGAoaUMYPfH0Slsq9jXvtubPY8tt+lSVIjRWimrC/2dtLjCoy8a0ReGJdrZyBFnNspt4wjzctA9OLWDQhHQd9sM7U4EbBfSB/FnLKC4HV8GFLJqiMDi2tv5voyOFLzV8E526KFybLMaFNVAGRA9uOLGYhMjWm7ruzTsJNtfkpYb0TC4incW1+dQzyodemVsw3pktP3Tf4VJizqPXMcZgUCigt8kLW5dfcOhihHd5eWmf+ByEbIXXhWN5af2e/gLASiWpABMaCTi4wfqgnRUlNjMLva4I/IG+bwDZOhaBxLQoIqicfrNis=

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-primus/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-primus/coverage)
66
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers-primus.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-primus)
77
[![Download Status](https://img.shields.io/npm/dm/feathers-primus.svg?style=flat-square)](https://www.npmjs.com/package/feathers-primus)
8+
[![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com)
89

910
> The Feathers Primus real-time API provider
1011

0 commit comments

Comments
 (0)