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

amoffat / sh / 496 / 8
78%
master: 94%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 21 Oct 2020 05:34AM UTC
Files 1
Run time 0s
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

21 Oct 2020 05:23AM UTC coverage: 72.81%. First build
496.8

push

travis-ci

ecederstrand
Properly raise ErrorReturnCode_0 on exit code 0

This handles the case where exit code 0 is disallowed via '_ok_code' but the
process does exit with this code.

get_exc_from_name() negates signal numbers and calls get_rc_exc() with either
the exit code or the signal number. Exit codes are unsigned ints and thus >=0.
Signal numbers a always >= 1 (see 'kill -l').

get_rc_exc() erroneously handled '0' as a signal when it should be seen
as an exit code.

1197 of 1644 relevant lines covered (72.81%)

0.73 hits per line

Source Files on job 496.8
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 473
  • Travis Job 496.8
  • eb9d051f on github
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