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

wikimedia / parsoid / 2156 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2018 06:55PM UTC
Files 113
Run time 20s
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

14 Dec 2018 05:55PM UTC coverage: 84.72%. Remained the same
2156.1

push

travis-ci

subbuss
Unify sync & async token transformer signatures

* All token transformers have the (token, prevToken, cb) signature.
  Both Async and Sync TTMs invoke transformers with that signature.

  - Sync TTM passes null for cb
  - Async TTM passes null for prevToken
  - Only Quote Transformer uses the prevToken arg. If possible,
    we should get rid of it and eliminate prevToken from the
    signature altogether.

* All addTransform calls use the lambda form and specify the
  full common signature: (token, prevToken, cb)

* Cleaned up misnamed unused params and removed unused params
  wherever possible.

* This unified signature will now let us use a BlockingSyncTTM
  as an AsyncTTM replacement for use on the PHP side.

Change-Id: Iddb4a3c26

9326 of 11730 branches covered (79.51%)

15020 of 17729 relevant lines covered (84.72%)

26641.33 hits per line

Source Files on job 2156.1
  • Tree
  • List 0
  • Changed 22
  • Source Changed 15
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2034
  • Travis Job 2156.1
  • d1413f60 on github
  • Prev Job for on master (#2155.2)
  • Next Job for on master (#2157.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