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

Move code for replacing versions from Update to UpdateHeuristic #557

Merged
merged 8 commits into from
Jun 11, 2019

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Jun 11, 2019

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.

@fthomas fthomas added this to the 0.3.0 milestone Jun 11, 2019
@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #557 into master will increase coverage by 1.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
...la/org/scalasteward/core/application/Context.scala 0% <ø> (ø) ⬆️
...ala/org/scalasteward/core/nurture/NurtureAlg.scala 0% <ø> (ø) ⬆️
...ain/scala/org/scalasteward/core/model/Update.scala 100% <ø> (+1.78%) ⬆️
...ain/scala/org/scalasteward/core/edit/EditAlg.scala 100% <100%> (ø)
...a/org/scalasteward/core/edit/UpdateHeuristic.scala 100% <100%> (ø)

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 33a4d3b...cb365ed. Read the comment docs.

@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #557 into master will increase coverage by 1.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
...la/org/scalasteward/core/application/Context.scala 0% <ø> (ø) ⬆️
...ala/org/scalasteward/core/nurture/NurtureAlg.scala 0% <ø> (ø) ⬆️
...ain/scala/org/scalasteward/core/model/Update.scala 100% <ø> (+1.78%) ⬆️
...ain/scala/org/scalasteward/core/edit/EditAlg.scala 100% <100%> (ø)
...a/org/scalasteward/core/edit/UpdateHeuristic.scala 100% <100%> (ø)

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 33a4d3b...5ebfcc9. Read the comment docs.

@fthomas fthomas merged commit 42aa5cf into master Jun 11, 2019
@fthomas fthomas deleted the topic/cleanup-replaceAllIn branch June 12, 2019 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant