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

Fix clippy warnings in tests #84

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

cakebaker
Copy link
Contributor

This PR fixes warnings from the needless_borrows_for_generic_args lint.

from needless_borrows_for_generic_args lint
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.12%. Comparing base (6ec8370) to head (2a899a9).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   81.12%   81.12%           
=======================================
  Files          10       10           
  Lines        4227     4227           
  Branches      403      403           
=======================================
  Hits         3429     3429           
  Misses        778      778           
  Partials       20       20           
Flag Coverage Δ
macos_latest 81.23% <100.00%> (ø)
ubuntu_latest 81.42% <100.00%> (ø)
windows_latest 20.41% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sylvestre sylvestre merged commit 2392acf into uutils:main Sep 6, 2024
25 checks passed
@cakebaker cakebaker deleted the fix_clippy_warnings branch September 6, 2024 08:05
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