|
Ran
|
Jobs
1
|
Files
3
|
Run time
1min
|
Badge
README BADGES
|
push
github
grep: no match for empty pattern file (#821) * Testing against old commit 504caa95c, "grep -f empty" was handled by exit(1), i.e. no match * A recent commit introduced a bug where ARGV would be shifted incorrectly if an empty file was passed as argument to -f * Follow GNU grep and bypass the search in this case because we know there cannot be any matches %touch empty && perl grep -f empty ar %echo $? 1
350 of 479 relevant lines covered (73.07%)
4736.89 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11910073321.1 | 0 |
73.07 |
GitHub Action Run |