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

aperezdc / hipack-c / 31
92%

Build:
DEFAULT BRANCH: master
Ran 23 Jul 2015 12:54PM UTC
Jobs 2
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

pending completion
31

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

1621.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 31.3 (COVERAGE=true ASAN=false) 23 Jul 2015 12:54PM UTC 0
89.9
Travis Job 31.3
6 31.6 (COVERAGE=true ASAN=false) 23 Jul 2015 12:55PM UTC 0
88.99
Travis Job 31.6
Source Files on build 31
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #31
  • 758da249 on github
  • Prev Build on master (#30)
  • Next Build on master (#32)
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

© 2025 Coveralls, Inc