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

briandfoy / PerlPowerTools / 11932989378
63%

Build:
DEFAULT BRANCH: master
Ran 20 Nov 2024 12:07PM UTC
Jobs 1
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

20 Nov 2024 12:03PM UTC coverage: 73.069%. Remained the same
11932989378

push

github

web-flow
cp -i: continue on prompt (#827)

* cp can copy multiple files to a destination
* It is not an error for the user to type "n" to not clobber an existing file when running (cp -i)
* Previously if I type "n" cp will exit with a failure code and ignore the remaining files I want to copy

%mkdir dest && perl cp -v a.c ar dest && perl cp -i a.c ar dest
a.c -> dest/a.c
ar -> dest/ar
overwrite dest/a.c? (y/n [n]) [n] n
overwrite dest/ar? (y/n [n]) [n] y
%echo $?
0

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11932989378.1 20 Nov 2024 12:07PM UTC 0
73.07
GitHub Action Run
Source Files on build 11932989378
Detailed source file information is not available for this build.
  • Back to Repo
  • 616a2db4 on github
  • Prev Build on master (#11914339203)
  • Next Build on master (#11954585841)
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