Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find: Implement -fstype #408

Merged
merged 8 commits into from
Jun 27, 2024
Merged

find: Implement -fstype #408

merged 8 commits into from
Jun 27, 2024

Conversation

hanbings
Copy link
Collaborator

link: #374

Copy link

GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 718 / PASS: 433 / FAIL: 282 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 184 / SKIP: 1 / FAIL: 103

Copy link

codecov bot commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 73.58491% with 14 lines in your changes missing coverage. Please review.

Project coverage is 65.31%. Comparing base (fa4cce8) to head (aa2b551).

Files Patch % Lines
src/find/matchers/fs.rs 53.84% 8 Missing and 4 partials ⚠️
src/find/matchers/mod.rs 66.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #408      +/-   ##
==========================================
+ Coverage   65.20%   65.31%   +0.11%     
==========================================
  Files          33       34       +1     
  Lines        3888     3941      +53     
  Branches      893      903      +10     
==========================================
+ Hits         2535     2574      +39     
- Misses        993     1001       +8     
- Partials      360      366       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/find/matchers/fs.rs Outdated Show resolved Hide resolved
tests/find_cmd_tests.rs Outdated Show resolved Hide resolved
tests/find_cmd_tests.rs Outdated Show resolved Hide resolved
Copy link

GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 718 / PASS: 433 / FAIL: 282 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 186 / SKIP: 1 / FAIL: 101

Copy link

GNU testsuite comparison:

Run GNU findutils tests: GNU tests summary = TOTAL: 718 / PASS: 433 / FAIL: 282 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 
Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 186 / SKIP: 1 / FAIL: 101

@sylvestre sylvestre merged commit f2202dc into uutils:main Jun 27, 2024
18 checks passed
Copy link

GNU testsuite comparison:

Run BFS tests: Changes from main: PASS +2 / SKIP +0 / FAIL -2
Run BFS tests: BFS tests summary = TOTAL: 288 / PASS: 186 / SKIP: 1 / FAIL: 101
Run GNU findutils tests: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
Run GNU findutils tests: the remote end hung up unexpectedly
Run GNU findutils tests: GNU tests summary = TOTAL: 706 / PASS: 441 / FAIL: 262 / ERROR: 2
Run GNU findutils tests: Changes from main: PASS +0 / FAIL +0 / ERROR +0 / SKIP +0 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants