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

genehack / Git-Wrapper / 99 / 8
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2018 12:33AM UTC
Files 6
Run time 1s
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

16 Jun 2018 12:29AM UTC coverage: 87.083% (+2.3%) from 84.739%
COVERAGE=1

Pull #103

travis-ci

web-flow
Use IPC::Run3::run3 rather than IPC::Open3::open3

With IPC::Open3::open3 we can create deadlocks in two different situations:

1.) Git command writes more than a pipe buffer of data to
stdout/stderr before reading stdin.

2.) Git command writes more than a pipe buffer of data to stderr
before stdout.

Solving this with Open3 involves dealing with select and a bunch of other
messiness - let's just use IPC::Run3 which solves this problem already.

Fixes issue #100
Pull Request #103: Use IPC::Run3::run3 rather than IPC::Open3::open3

209 of 240 relevant lines covered (87.08%)

60.36 hits per line

Source Files on job 99.8 (COVERAGE=1)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 91
  • Travis Job 99.8
  • ed0c3616 on github
  • Prev Job for COVERAGE=1 on master (#95.8)
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