uutils / findutils

Rust implementation of findutils
MIT License
314 stars 38 forks source link

Implement `-ls` and `-fls` #435

Closed hanbings closed 2 months ago

hanbings commented 3 months ago

Closed #382

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 67.70833% with 31 lines in your changes missing coverage. Please review.

Project coverage is 66.49%. Comparing base (f2e49d8) to head (457c681). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/find/matchers/ls.rs 70.73% 15 Missing and 9 partials :warning:
src/find/matchers/mod.rs 12.50% 6 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #435 +/- ## ========================================== + Coverage 66.46% 66.49% +0.02% ========================================== Files 35 36 +1 Lines 4270 4366 +96 Branches 959 979 +20 ========================================== + Hits 2838 2903 +65 - Misses 1041 1062 +21 - Partials 391 401 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

Commit c4a65c32bb1190d7f8b3d7acca4aae2fbff6b1a7 has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 702 / PASS: 445 / FAIL: 254 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 195 / SKIP: 1 / FAIL: 92
github-actions[bot] commented 3 months ago

Commit bf16e634d28ec6f07de914a17881ce4553324057 has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 698 / PASS: 449 / FAIL: 246 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 198 / SKIP: 1 / FAIL: 89
github-actions[bot] commented 3 months ago

Commit a672f353f4d79cef72370c680ba535c7b0cc7bb1 has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 698 / PASS: 449 / FAIL: 246 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 198 / SKIP: 1 / FAIL: 89
github-actions[bot] commented 3 months ago

Commit e3562de7d5c0405cada3bf964f84b5d29957e557 has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 698 / PASS: 449 / FAIL: 246 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 198 / SKIP: 1 / FAIL: 89
github-actions[bot] commented 3 months ago

Commit 1764055b2508dbc716ca4c357758000c2be077d5 has GNU testsuite comparison:

Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 198 / SKIP: 1 / FAIL: 89
Run GNU findutils tests: GNU tests summary = TOTAL: 698 / PASS: 449 / FAIL: 246 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
github-actions[bot] commented 3 months ago

Commit 5a3238713730dff95e861956ee1fef022ef0fec3 has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 698 / PASS: 449 / FAIL: 246 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 198 / SKIP: 1 / FAIL: 89
github-actions[bot] commented 3 months ago

Commit aeedbfc0f153b544611c3c4b856f6fe537345d2d has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 698 / PASS: 449 / FAIL: 246 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 198 / SKIP: 1 / FAIL: 89
sylvestre commented 3 months ago

needs rebasing

github-actions[bot] commented 3 months ago

Commit d132e48a785d95d33caec074415e802c8db7477c has GNU testsuite comparison:

Run BFS tests: Congrats! The bfs test common/L_ls is now passing!
Run BFS tests: Congrats! The bfs test common/ls is now passing!
Run BFS tests: Congrats! The bfs test gnu/fls is now passing!
Run BFS tests: Changes from main: PASS +3 / SKIP +0 / FAIL -3
Run BFS tests: BFS tests summary = TOTAL: 317 / PASS: 244 / SKIP: 6 / FAIL: 67
Run GNU findutils tests: GNU tests summary = TOTAL: 659 / PASS: 477 / FAIL: 179 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
github-actions[bot] commented 3 months ago

Commit 96e57400dbcd887b343efee49041c20f4eacffa9 has GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 659 / PASS: 477 / FAIL: 179 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes
Run BFS tests: Congrats! The bfs test common/L_ls is now passing!
Run BFS tests: Congrats! The bfs test common/ls is now passing!
Run BFS tests: Congrats! The bfs test gnu/fls is now passing!
Run BFS tests: Changes from main: PASS +3 / SKIP +0 / FAIL -3
Run BFS tests: BFS tests summary = TOTAL: 317 / PASS: 244 / SKIP: 6 / FAIL: 67
github-actions[bot] commented 2 months ago

Commit 457c68192075ffe8edd9ab14038416665f48e901 has GNU testsuite comparison:

Run BFS tests: Congrats! The bfs test common/L_ls is now passing!
Run BFS tests: Congrats! The bfs test common/ls is now passing!
Run BFS tests: Congrats! The bfs test gnu/fls is now passing!
Run BFS tests: Changes from main: PASS +3 / SKIP +0 / FAIL -3
Run BFS tests: BFS tests summary = TOTAL: 317 / PASS: 244 / SKIP: 6 / FAIL: 67
Run GNU findutils tests: GNU tests summary = TOTAL: 659 / PASS: 477 / FAIL: 179 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run GNU findutils tests: Gnu tests No changes