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

hoodiehq / pouchdb-hoodie-sync / 239 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2016 04:14PM UTC
Files 12
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

27 Nov 2016 04:12PM UTC coverage: 97.122%. Remained the same
239.1

push

travis-ci

gr2m
fix: remove `options.ajax` and `.changeRemote()` (#83)

BREAKING CHANGE:

`options.ajax` has been removed in favor of using `PouchDB.defaults()`:

```js
var MyPouch = PouchDB.defaults({
  ajax: {
    headers: {
      authorization: "Basic QWxhZGRpbjpPcGVuU2VzYW1l"
    }
  }
})
```

If you need the header to be dynamic, use a [getter](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/get).

BREAKING CHANGE:

`.changeRemote()` has been removed. It’s no longer used by Hoodie or other people to our knowledge

135 of 139 relevant lines covered (97.12%)

11.1 hits per line

Source Files on job 239.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 239
  • Travis Job 239.1
  • 3e9b871f on github
  • Prev Job for on master (#238.1)
  • Next Job for on master (#243.1)
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