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

wikimedia / parsoid / 2537
85%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2019 03:19PM UTC
Jobs 3
Files 124
Run time 7min
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
2537

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

94168.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2537.1 25 Apr 2019 03:25PM UTC 0
84.23
Travis Job 2537.1
2 2537.2 25 Apr 2019 03:19PM UTC 0
84.23
Travis Job 2537.2
3 2537.3 25 Apr 2019 03:27PM UTC 0
84.23
Travis Job 2537.3
Source Files on build 2537
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2537
  • 7dee7f51 on github
  • Prev Build on master (#2536)
  • Next Build on master (#2538)
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