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

Implement -quit #147

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Implement -quit #147

merged 1 commit into from
Feb 11, 2022

Conversation

tavianator
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #147 (d16305d) into main (7ffd5f8) will increase coverage by 0.13%.
The diff coverage is 80.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
+ Coverage   52.88%   53.02%   +0.13%     
==========================================
  Files          24       25       +1     
  Lines        4714     4732      +18     
  Branches     1538     1546       +8     
==========================================
+ Hits         2493     2509      +16     
+ Misses       1684     1683       -1     
- Partials      537      540       +3     
Impacted Files Coverage Δ
src/find/mod.rs 63.91% <62.50%> (+2.21%) ⬆️
src/find/matchers/logical_matchers.rs 76.00% <76.92%> (-1.25%) ⬇️
src/find/matchers/mod.rs 65.20% <100.00%> (+0.91%) ⬆️
src/find/matchers/quit.rs 100.00% <100.00%> (ø)
src/xargs/mod.rs 79.79% <0.00%> (-0.52%) ⬇️
src/lib.rs 35.91% <0.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ffd5f8...d16305d. Read the comment docs.

@tavianator
Copy link
Contributor Author

The macOS-latest failure seems unrelated?

failures:

---- find::matchers::printf::tests::test_printf_special_types stdout ----
thread 'find::matchers::printf::tests::test_printf_special_types' panicked at 'Couldn't find fifo in /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/exampleyKpYZk', src/find/matchers/mod.rs:534:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    find::matchers::printf::tests::test_printf_special_types

test result: FAILED. 135 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.34s

@tavianator
Copy link
Contributor Author

GNU:

Changes from main: PASS +20 / FAIL -32 / ERROR +0 / SKIP +0 

bfs:

Changes from main: PASS +8 / FAIL -8

@sylvestre sylvestre merged commit 493a1e9 into uutils:main Feb 11, 2022
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