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

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

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2019 03:27PM UTC
Files 124
Run time 8s
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

25 Apr 2019 02:39PM UTC coverage: 84.233% (-0.03%) from 84.262%
2537.3

push

travis-ci

cscott
<a href="https://github.com/wikimedia/parsoid/commit/7dee7f51f">Fix console.assert when running under node &gt;= 0.10

For browser compatibility (I guess) in Node v10, console.assert() was
changed to log messages to stderr *WITHOUT THROWING AN EXCEPTION*.
That interacts poorly with our service framework, which relies on
exception handling to return error pages, and with various places
in our code which assume that console.assert() can&#39;t fall through.

In theory we should probably switch to a &quot;better&quot; assertion library.
But since we don&#39;t use console.assert very much anyway, and we&#39;re
switching to PHP (with its own assertion library), for the moment
just hack console.assert() to ensure it throws an exception the
way it always used to.

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

9557 of 12045 branches covered (79.34%)

14772 of 17537 relevant lines covered (84.23%)

31389.44 hits per line

Source Files on job 2537.3
  • Tree
  • List 0
  • Changed 33
  • Source Changed 1
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2366
  • Travis Job 2537.3
  • 7dee7f51 on github
  • Prev Job for on master (#2536.2)
  • Next Job for on master (#2538.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