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

mknos / PerlPowerTools / 11820168868
62%

Build:
DEFAULT BRANCH: master
Ran 13 Nov 2024 03:16PM 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

13 Nov 2024 11:52AM UTC coverage: 73.805% (+0.7%) from 73.069%
11820168868

push

github

web-flow
grep: replace -1 with -m NUM (#809)

* Previously this grep had a -1 flag meaning one match per file
* The -1 flag is incompatible with GNU and BSD grep because they interpret -1 as -C 1, i.e. show one line of context around each match
* Implement the common way to limit matches by adding -m (maximum) option
* Allow -m0 because this is supported in the other versions
* test1: perl grep -1 pat file1 file2 ---> no longer supported
* test2: perl grep -m 2 pat file1 file2 ---> two matches per file

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11820168868.1 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
2 11820168868.2 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
3 11820168868.3 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
4 11820168868.4 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
5 11820168868.5 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
6 11820168868.6 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
7 11820168868.7 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
8 11820168868.8 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
9 11820168868.9 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
10 11820168868.10 13 Nov 2024 03:16PM UTC 0
73.07
GitHub Action Run
Source Files on build 11820168868
Detailed source file information is not available for this build.
  • Back to Repo
  • 4932ef0f on github
  • Prev Build on master (#11813545420)
  • Next Build on master (#11820168886)
  • 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