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

zeromq / libzmq / 2047 / 6
75%
master: 75%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2016 05:50PM UTC
Files 232
Run time 11s
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

18 Apr 2016 05:43PM UTC coverage: 74.76% (+0.02%) from 74.738%
BUILD_TYPE=coverage CURVE=tweetnacl

Pull #1902

travis-ci

bluca
Problem: can't unbind with bound addr with IPv6

Solution: try to resolve the TCP endpoint passed by the user in the
zmq_unbind call before giving up, if it doesn't match.
This fixes a breakage in the API, where after a call to
zmq_bind(s, "tcp://127.0.0.1:9999") with IPv6 enabled on s would
result in the call to zmq_unbind(s, "tcp://127.0.0.1:9999") failing.
Add more test cases to increase coverage on all combinations of TCP
endpoints.
Pull Request #1902: Problem: can't unbind with bound addr with IPv6

8015 of 10721 relevant lines covered (74.76%)

35328.77 hits per line

Source Files on job 2047.6 (BUILD_TYPE=coverage CURVE=tweetnacl)
  • Tree
  • List 0
  • Changed 77
  • Source Changed 1
  • Coverage Changed 77
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2047
  • Travis Job 2047.6
  • 3c41cfe8 on github
  • Prev Job for BUILD_TYPE=coverage CURVE=tweetnacl on master (#2045.6)
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