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

wbyoung / azul / 112 / 2

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2014 05:43PM UTC
Files 32
Run time 16s
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 Oct 2014 05:16PM UTC coverage: 97.506%. Remained the same
PG_USER=postgres

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

132.06 hits per line

Source Files on job 112.2 (PG_USER=postgres)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 112
  • Travis Job 112.2
  • 53424002 on github
  • Prev Job for PG_USER=postgres on master (#111.1)
  • Next Job for PG_USER=postgres on master (#113.1)
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