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

Run clippy pedantic fixes #348

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Run clippy pedantic fixes #348

merged 1 commit into from
Apr 3, 2024

Conversation

sylvestre
Copy link
Contributor

Done with:
$ cargo +nightly clippy --tests --fix --allow-dirty -- -W clippy::pedantic

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

Attention: Patch coverage is 48.27586% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 58.59%. Comparing base (05d82ce) to head (b4fbbe5).
Report is 2 commits behind head on main.

Files Patch % Lines
tests/xargs_tests.rs 0.00% 0 Missing and 10 partials ⚠️
src/find/matchers/mod.rs 0.00% 2 Missing ⚠️
src/find/matchers/printf.rs 80.00% 1 Missing ⚠️
src/find/matchers/regex.rs 0.00% 1 Missing ⚠️
src/xargs/mod.rs 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #348      +/-   ##
==========================================
- Coverage   58.60%   58.59%   -0.02%     
==========================================
  Files          30       30              
  Lines        3713     3712       -1     
  Branches      841      840       -1     
==========================================
- Hits         2176     2175       -1     
  Misses       1223     1223              
  Partials      314      314              

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

src/find/matchers/mod.rs Outdated Show resolved Hide resolved
Done with:
$ cargo +nightly clippy --tests --fix --allow-dirty -- -W clippy::pedantic
@cakebaker cakebaker merged commit 450c4ae into uutils:main Apr 3, 2024
11 of 13 checks passed
@sylvestre sylvestre deleted the clippy branch April 3, 2024 16:04
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