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

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

Build:
DEFAULT BRANCH: master
Ran 13 Feb 2018 09:51PM UTC
Files 85
Run time 5s
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 Feb 2018 09:17PM UTC coverage: 86.146% (+0.003%) from 86.143%
1764.2

push

travis-ci

cscott
<a href="https://github.com/wikimedia/parsoid/commit/8c48d66c5">WTS: Use `yield` instead of directly returning Promises

Direct return of Promises from async functions, although convenient,
can obscure the callstack if an exception is thrown (since the caller
is no longer on the callstack when the returned Promise is resolved),
and may confuse readers which have to keep track of whether the return
value is of Promise type or not in order to figure out control flow
in the case of an exception.

Prefer to explicitly `yield` rather than directly returning a Promise,
at least in the WTS code.

Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/88d5b628d">88d5b628d</a>

8921 of 10960 branches covered (81.4%)

14358 of 16667 relevant lines covered (86.15%)

25836.49 hits per line

Source Files on job 1764.2
  • Tree
  • List 0
  • Changed 24
  • Source Changed 2
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1764
  • Travis Job 1764.2
  • 8c48d66c on github
  • Prev Job for on master (#1763.1)
  • Next Job for on master (#1765.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