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

wbyoung / azul / 112

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2014 05:43PM UTC
Jobs 2
Files 32
Run time 26s
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
112

push

travis-ci

wbyoung
There should be no concerns about Unicode here.

JavaScript uses 16 bit (2 byte sequences) to represent the BMP
characters. It was created before UTF-16, so much of the language's
functionality is unaware of code points that are represented by
surrogate pairs (non BMP). String length, for instance, is especially
affected by this. Replacement of characters in this case, though,
should not cause problems. Any characters that fall outside of the BMP
range are represented by pairs of 2 byte sequences where each 2 byte
sequence lies in a set that is disjoint from the BMP byte sequences.

860 of 882 relevant lines covered (97.51%)

264.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 112.1 (PG_USER=postgres) 25 Oct 2014 05:44PM UTC 0
97.51
Travis Job 112.1
2 112.2 (PG_USER=postgres) 25 Oct 2014 05:43PM UTC 0
97.51
Travis Job 112.2
Source Files on build 112
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #112
  • 53424002 on github
  • Prev Build on master (#111)
  • Next Build on master (#113)
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