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

hoodiehq / spawn-pouchdb-server / 96
90%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2015 03:27PM UTC
Jobs 2
Files 4
Run time 3s
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
96

Pull #16

travis-ci

jo
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
Pull Request #16: feat: stop server

99 of 111 relevant lines covered (89.19%)

7.87 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
index.js
Jobs
ID Job ID Ran Files Coverage
1 96.1 14 Oct 2015 03:27PM UTC 0
89.19
Travis Job 96.1
2 96.2 14 Oct 2015 03:27PM UTC 0
89.19
Travis Job 96.2
Source Files on build 96
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #96
  • Pull Request #16
  • PR Base - master (#94)
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