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

mknos / PerlPowerTools / 10057212018
62%

Build:
DEFAULT BRANCH: master
Ran 23 Jul 2024 10:27AM UTC
Jobs 10
Files 3
Run time 5min
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% (+0.7%) from 76.268%
10057212018

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 10057212018.1 23 Jul 2024 10:27AM UTC 0
76.27
GitHub Action Run
2 10057212018.2 23 Jul 2024 10:27AM UTC 0
76.27
GitHub Action Run
3 10057212018.3 23 Jul 2024 10:27AM UTC 0
76.27
GitHub Action Run
4 10057212018.4 23 Jul 2024 10:27AM UTC 0
76.27
GitHub Action Run
5 10057212018.5 23 Jul 2024 10:28AM UTC 0
76.27
GitHub Action Run
6 10057212018.6 23 Jul 2024 10:28AM UTC 0
76.27
GitHub Action Run
7 10057212018.7 23 Jul 2024 10:28AM UTC 0
76.27
GitHub Action Run
8 10057212018.8 23 Jul 2024 10:28AM UTC 0
76.27
GitHub Action Run
9 10057212018.9 23 Jul 2024 10:28AM UTC 0
76.27
GitHub Action Run
10 10057212018.10 23 Jul 2024 10:28AM UTC 0
76.27
GitHub Action Run
Source Files on build 10057212018
Detailed source file information is not available for this build.
  • Back to Repo
  • 45cca26e on github
  • Prev Build on master (#10057212018)
  • Next Build on master (#10057212032)
  • Delete
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