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

hoodiehq / pouchdb-hoodie-sync / 239
99%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2016 04:14PM UTC
Jobs 1
Files 12
Run time 1s
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
239

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

Jobs
ID Job ID Ran Files Coverage
1 239.1 27 Nov 2016 04:14PM UTC 0
97.12
Travis Job 239.1
Source Files on build 239
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #239
  • 3e9b871f on github
  • Prev Build on master (#238)
  • Next Build on master (#243)
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