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

genehack / Git-Wrapper / 99
90%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2018 12:33AM UTC
Jobs 1
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

pending completion
99

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

9 of 9 new or added lines in 1 file covered. (100.0%)

209 of 240 relevant lines covered (87.08%)

60.36 hits per line

Jobs
ID Job ID Ran Files Coverage
8 99.8 (COVERAGE=1) 16 Jun 2018 12:33AM UTC 0
87.08
Travis Job 99.8
Source Files on build 99
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #99
  • Pull Request #103
  • PR Base - master (#95)
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