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

wikimedia / parsoid / 2311 / 3
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2021 09:36PM UTC
Files 86
Run time 49s
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

20 Feb 2019 07:23PM UTC coverage: 23.126% (-61.2%) from 84.332%
2311.3

push

travis-ci

subbuss
Add ability to splice a PHP transformer into the pipeline

* I've now tested this with the QuoteTransformer and ParagraphWrapper and
  all wt2html tests pass currently with this hybrid pipeline.

  In the process,
  - fixed a few bugs in these transformers (separate patch submitted)
  - fixed JSON string -> token generation code (separate patch submitted)
  - fixed token -> JSON string output (separate patch submitted).

* The pipeline factory looks for the presence of pipeline.yaml in the root
  directory, and if present, uses that config to replace JS transformers
  with PHP transformers.

* A similar mechanism for DOM transformations is coming in a followup.

* Once this is done, we could start running parser tests as more
  transformers get ported and would help catch a lot more bugs early.

* TODO:
  - Potential performance improvements. Right now, every transformer
    in every pipeline forks a new process. If there is a chain of
    transformers that are all going to run in PHP, we might be able
    to run the entire chain of transformations in one shot.

Change-Id: Iab8088d85

1586 of 6858 relevant lines covered (23.13%)

0.23 hits per line

Source Files on job 2311.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2167
  • Travis Job 2311.3
  • db704eea on github
  • Prev Job for on master (#2310.1)
  • Next Job for on master (#2312.2)
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