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

[MRG] change rebase-strategy to disabled for rust dependencies #2142

Merged
merged 2 commits into from
Jul 23, 2022

Conversation

ctb
Copy link
Contributor

@ctb ctb commented Jul 23, 2022

Our Rust dependency updates from dependabot sit around for a while and are often not something I can evaluate. As they loiter, however, they are updated with every PR into latest. This PR (hopefully) changes that behavior so that the PRs will remain and can be evaluated and updated at a time of our choosing, without triggering lots of PR updates every time something new is merged into latest.

rebase-strategy docs

@codecov
Copy link

codecov bot commented Jul 23, 2022

Codecov Report

Merging #2142 (94758f1) into latest (7900a28) will increase coverage by 7.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           latest    #2142      +/-   ##
==========================================
+ Coverage   84.31%   91.70%   +7.38%     
==========================================
  Files         130       99      -31     
  Lines       15293    11017    -4276     
  Branches     2167     2167              
==========================================
- Hits        12895    10103    -2792     
+ Misses       2095      611    -1484     
  Partials      303      303              
Flag Coverage Δ
python 91.70% <ø> (ø)
rust ?

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

Impacted Files Coverage Δ
src/core/src/sketch/nodegraph.rs
src/core/src/signature.rs
src/core/src/sketch/minhash.rs
src/core/src/index/sbt/mod.rs
src/core/src/storage.rs
src/core/src/ffi/cmd/compute.rs
src/core/src/index/search.rs
src/core/src/errors.rs
src/core/src/sketch/hyperloglog/mod.rs
src/core/src/ffi/utils.rs
... and 21 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@ctb ctb merged commit 61f37a7 into latest Jul 23, 2022
@ctb ctb deleted the update_dependabot_config branch July 23, 2022 20:13
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