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

aperezdc / hipack-c / 31 / 3
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 23 Jul 2015 12:54PM UTC
Files 8
Run time 3638min
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

23 Jul 2015 12:14PM UTC coverage: 89.897%. Remained the same
COVERAGE=true ASAN=false

push

travis-ci

aperezdc
Add hipack-get tool

The hipack-get tool can be used to obtain individual items from a HiPack
message from the CLI. For example, given a message like the following
in a file named "server.conf":

  listen: [
    { address: "127.0.0.1", port: 8080 },
    { address: "10.0.0.0", port: 80 },
  ]
  daemonize: True

Then, for example, the following commands can be used:

  % hipack-get server.conf listen 0 port
  8080
  % hipack-get server.conf listen 1
  {
    address: "10.0.0.0",
    port: 80,
  }
  %

Note how in the second invocation, the tool printed all the child items
recursively starting from the subtree pointed by the given path of keys.

783 of 871 relevant lines covered (89.9%)

810.5 hits per line

Source Files on job 31.3 (COVERAGE=true ASAN=false)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 31
  • Travis Job 31.3
  • 758da249 on github
  • Prev Job for COVERAGE=true ASAN=false on master (#30.3)
  • Next Job for COVERAGE=true ASAN=false on master (#32.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