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

browndav / noteable / 61 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2016 03:03AM UTC
Files 19
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

07 Aug 2016 02:59AM UTC coverage: 98.837% (-0.003%) from 98.84%
61.1

push

travis-ci

browndav
WIP: Replace browserify with rollup (1/2)

This changeset removes all direct dependence on `browserify`. All code
targeting a web browser is now built using `rollup`.

We're currently using the pre-minified version of PouchDB in lieu of
letting `rollup` chew on it for three reasons: (1) PouchDB is likely to
change less frequently, and there may be benefits to being able to
update it separately from the rest of the application code; (2) `rollup`
currently complains about an external dependency on `events` and a
top-level use of `this` that I haven't had time to look at closely yet;
and (3) the PouchDB team can probably do a better job minifying their
code than I can (and it's a lot of code).

Still to do: remove all remaining indirect dependence on `browserify`
by removing `mochify`. Figure out how to get `mocha` to use the code
generated by `rollup`, and then figure out how to get that whole thing
running under `phantomjs`.

850 of 860 relevant lines covered (98.84%)

535.19 hits per line

Source Files on job 61.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 61
  • Travis Job 61.1
  • 208d9918 on github
  • Prev Job for on master (#60.1)
  • Next Job for on master (#65.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