| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
GNU find rejects an unrecognized predicate with "find: unknown predicate '<arg>'", but we printed "find: Unrecognized flag: '<arg>'". Match GNU so the tests/find/refuse-noop GNU test (and others hitting the same path) pass. Add an integration test covering -noop and ---noop.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #724 +/- ##
==========================================
+ Coverage 91.85% 91.91% +0.05%
==========================================
Files 35 35
Lines 7149 7202 +53
Branches 375 380 +5
==========================================
+ Hits 6567 6620 +53
Misses 437 437
Partials 145 145 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
GNU find rejects an unrecognized predicate with
"find: unknown predicate ''", but we printed
"find: Unrecognized flag: ''". Match GNU so the tests/find/refuse-noop GNU test (and others hitting the same path) pass. Add an integration test covering -noop and ---noop.