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

chore: switch from udeps to machete #178

Merged
merged 1 commit into from
May 28, 2024
Merged

chore: switch from udeps to machete #178

merged 1 commit into from
May 28, 2024

Conversation

giladchase
Copy link
Collaborator

@giladchase giladchase commented May 27, 2024

Seems like machete much faster and catches more stuff (see examples below).

Note: machete uses a regex basically, so there might be false-positives down the line, if this happens add:

[package.metadata.cargo-machete]
ignored = ["package_that_machete_thinks_isnt_being_used"]

This change is Reviewable

@codecov-commenter
Copy link

codecov-commenter commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.20%. Comparing base (17a76e4) to head (4e4e070).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #178   +/-   ##
=======================================
  Coverage   52.20%   52.20%           
=======================================
  Files          22       22           
  Lines         883      883           
  Branches      883      883           
=======================================
  Hits          461      461           
  Misses        398      398           
  Partials       24       24           

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

Seems like machete much faster and catches more stuff (see examples
below).

Note: machete uses a regex basically, so there might be false-positives
down the line, if this happens add:

```
[package.metadata.cargo-machete]
ignored = ["package_that_machete_thinks_isnt_being_used"]
```
Copy link
Contributor

@MohammadNassar1 MohammadNassar1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dafnamatsry)

@giladchase giladchase merged commit 6c89c0d into main May 28, 2024
8 checks passed
@giladchase giladchase deleted the gilad/fix-udeps branch May 28, 2024 11:07
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.

3 participants