Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prevent overtaking updates #1990

Merged
merged 2 commits into from
Mar 3, 2021
Merged

Prevent overtaking updates #1990

merged 2 commits into from
Mar 3, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Mar 3, 2021

Removes overtaking updates as described in #129 (comment).

@fthomas fthomas added the bug Something isn't working label Mar 3, 2021
@fthomas fthomas added this to the 0.10.0 milestone Mar 3, 2021
@fthomas fthomas linked an issue Mar 3, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 3, 2021

Codecov Report

Merging #1990 (9cbbf53) into master (5b9859f) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1990      +/-   ##
==========================================
+ Coverage   78.52%   78.65%   +0.12%     
==========================================
  Files         130      130              
  Lines        2249     2258       +9     
  Branches       54       52       -2     
==========================================
+ Hits         1766     1776      +10     
+ Misses        483      482       -1     
Impacted Files Coverage Δ
...cala/org/scalasteward/core/update/PruningAlg.scala 91.42% <100.00%> (+2.90%) ⬆️

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 5b9859f...9cbbf53. Read the comment docs.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coordinate updates if multiple versions of the same dependency are used
1 participant