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

reederz / node-red-contrib-coap / 43 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 25 May 2017 12:56PM UTC
Files 3
Run time 0s
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 May 2017 12:55PM UTC coverage: 92.366% (+0.06%) from 92.308%
43.1

Pull #10

travis-ci

web-flow
Replace basic 'url' library with 'uri-js'

The basic 'url' library in nodejs does not handle correctly IPv6
addresses.  'uri-js' handles the basic IPv6 addresses just fine.
This two-line change allows literal IPv6 URLs to be used in COAP
URLs, as long as the '%interface' zone specifiers are not used.  For
zone specifiers, one can use the patched version of uri-js library
at https://github.com/Ell-i/uri-js

For example, with this a coap-request node with the URL
coap://[fe80::da80:39ff:fe02:d171]/a/D0
works just fine, while without this change it does not.
With the patched version, the following works, too:
coap://[fe80::da80:39ff:fe02:d171%eth1]/a/D0
Pull Request #10: Replace basic 'url' library with 'uri-js'

39 of 49 branches covered (79.59%)

121 of 131 relevant lines covered (92.37%)

19.29 hits per line

Source Files on job 43.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 43
  • Travis Job 43.1
  • cfdef102 on github
  • Prev Job for on master (#41.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