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

briandfoy / PerlPowerTools / 10034554410
63%

Build:
DEFAULT BRANCH: master
Ran 22 Jul 2024 04:19AM UTC
Jobs 10
Files 3
Run time 1min
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

22 Jul 2024 04:16AM UTC coverage: 77.016%. Remained the same
10034554410

push

github

web-flow
shar: uudecode problem (#677)

* For binary input, shar will construct a file that can be passed to the uudecode command
* When testing this against files from /bin on my linux system, I saw decode errors when extracting with "sh new.shar"
* The file sizes didn't match
* When inspecting the output of shar from GNU sharutils, there was a terminating line with only a backtick before the "end" line in the data passed to uudecode
* Adding the backtick line in this version makes uudecode work correctly; I tested this against a few files from my /bin
* binmode() isn't needed for STDOUT because shar always prints text output
* Convert FH to a regular variable
* The commandline for decoding a binary file doesn't need a pipe through sed because the 'X' prefix letter is never added to the uuencoded data

%sh bash.shar  # before patch
x - bash
uudecode fatal error:
standard input: Short file
^C
%cmp bash /bin/bash 
cmp: EOF on /bin/bash after byte 974312, in line 14510

382 of 496 relevant lines covered (77.02%)

45334.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10034554410.1 22 Jul 2024 04:19AM UTC 0
76.27
GitHub Action Run
2 10034554410.2 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
3 10034554410.3 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
4 10034554410.4 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
5 10034554410.5 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
6 10034554410.6 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
7 10034554410.7 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
8 10034554410.8 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
9 10034554410.9 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
10 10034554410.10 22 Jul 2024 04:20AM UTC 0
76.27
GitHub Action Run
Source Files on build 10034554410
Detailed source file information is not available for this build.
  • Back to Repo
  • 45cca26e on github
  • Prev Build on master (#10034541990)
  • Next Build on master (#10034541988)
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