• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hoodiehq / spawn-pouchdb-server / 98
90%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2015 01:16PM UTC
Jobs 1
Files 4
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
98

push

travis-ci

gr2m
feat: stop server

Add `server.stop` method which is exposed to the callback:
```js
spawnPouchdbServer(function (error, server) {
  console.log('PouchDB Server stared at localhost:5985/_utils')
  server.stop(function () {
    console.log('PouchDB Server stopped')
  })
})
```

The main process is not killed in case pouchdb server is stopped via
`server.stop()`.

Closes #14

99 of 111 relevant lines covered (89.19%)

3.94 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
index.js
Jobs
ID Job ID Ran Files Coverage
1 98.1 23 Oct 2015 01:16PM UTC 0
89.19
Travis Job 98.1
Source Files on build 98
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #98
  • 8c17b0c4 on github
  • Prev Build on master (#94)
  • Next Build on master (#104)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc