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

mknos / PerlPowerTools / 11946617037
62%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2024 04:28AM 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

20 Nov 2024 12:03PM UTC coverage: 73.805%. Remained the same
11946617037

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

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11946617037.1 21 Nov 2024 04:28AM UTC 0
73.07
GitHub Action Run
2 11946617037.2 21 Nov 2024 04:28AM UTC 0
73.07
GitHub Action Run
3 11946617037.3 21 Nov 2024 04:28AM UTC 0
73.07
GitHub Action Run
4 11946617037.4 21 Nov 2024 04:28AM UTC 0
73.07
GitHub Action Run
5 11946617037.5 21 Nov 2024 04:29AM UTC 0
73.07
GitHub Action Run
6 11946617037.6 21 Nov 2024 04:29AM UTC 0
73.07
GitHub Action Run
7 11946617037.7 21 Nov 2024 04:29AM UTC 0
73.07
GitHub Action Run
8 11946617037.8 21 Nov 2024 04:29AM UTC 0
73.07
GitHub Action Run
9 11946617037.9 21 Nov 2024 04:29AM UTC 0
73.07
GitHub Action Run
10 11946617037.10 21 Nov 2024 04:29AM UTC 0
73.07
GitHub Action Run
Source Files on build 11946617037
Detailed source file information is not available for this build.
  • Back to Repo
  • 616a2db4 on github
  • Prev Build on master (#11924851037)
  • Next Build on master (#11946617045)
  • 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