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

wikimedia / parsoid / 964 / 2
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 13 May 2016 08:06PM UTC
Files 79
Run time 4s
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

13 May 2016 07:36PM UTC coverage: 83.784% (+0.5%) from 83.279%
964.2

push

travis-ci

cscott
Add data-mw as a separate JSON blob in the pagebundle

 * As agreed, we switch to a model with only one content version, that's
   applied uniformly to the html/data-parsoid/data-mw.  However, we
   maintain the backwards compatibility that 1.2.1 had a data-parsoid at
   0.0.2 to avoid the need to backfill that version.

 * Parsoid now accepts a header to specify the content version it should
   generate. Currently, it only knows about 1.2.1 and 2.0.0, with the
   default being the former.

 * This is only the wt2html direction. Parsoid doesn't yet know how to
   receive the 2.0.0 version.  Perhaps that should be fixed here.

 * Can be tested on the command line with:

     echo "{{1x|hi}}" | node bin/parse --pagebundle

   vs

     echo "{{1x|hi}}" | node bin/parse --pagebundle --contentversion 2.0.0

   or, with the web api:

     curl localhost:8000/en.wikipedia.org/v3/page/pagebundle/User:Arlolra%2Fsandbox/714745742
       -H 'Accept: application/json; profile="https://www.mediawiki.org/wiki/Specs/pagebundle/2.0.0"'

Bug: T130638
Change-Id: I6ff0f5f3d

12922 of 15423 relevant lines covered (83.78%)

21655.22 hits per line

Source Files on job 964.2
  • Tree
  • List 0
  • Changed 16
  • Source Changed 7
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 964
  • Travis Job 964.2
  • b692ba97 on github
  • Prev Job for on master (#963.2)
  • Next Job for on master (#965.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc