-
Notifications
You must be signed in to change notification settings - Fork 503
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
Move code for replacing versions from Update to UpdateHeuristic #557
Conversation
Codecov Report
@@ Coverage Diff @@
## master #557 +/- ##
==========================================
+ Coverage 55.89% 56.91% +1.02%
==========================================
Files 64 65 +1
Lines 814 831 +17
Branches 45 38 -7
==========================================
+ Hits 455 473 +18
+ Misses 359 358 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #557 +/- ##
==========================================
+ Coverage 55.89% 56.91% +1.02%
==========================================
Files 64 65 +1
Lines 814 831 +17
Branches 45 38 -7
==========================================
+ Hits 455 473 +18
+ Misses 359 358 -1
Continue to review full report at Codecov.
|
The purpose here is to separate the logic for replacing versions from
Update
and to make clear that we're using various heuristics to find the version numbers.