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

wikimedia / parsoid / 2156
85%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2018 06:54PM UTC
Jobs 3
Files 113
Run time 6min
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
2156

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%)

79923.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2156.1 14 Dec 2018 06:55PM UTC 0
84.72
Travis Job 2156.1
2 2156.2 14 Dec 2018 06:54PM UTC 0
84.72
Travis Job 2156.2
3 2156.3 14 Dec 2018 07:00PM UTC 0
84.72
Travis Job 2156.3
Source Files on build 2156
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2156
  • d1413f60 on github
  • Prev Build on master (#2155)
  • Next Build on master (#2157)
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