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

Read RepoConfig only once when updating a repo #522

Merged
merged 1 commit into from
May 26, 2019

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented May 26, 2019

This is just an optimization to not repeatedly reading and parsing the
repository config when working on a repo.

This is just an optimization to not repeatedly reading and parsing the
repository config when working on a repo.
@fthomas fthomas added this to the 0.3.0 milestone May 26, 2019
@codecov
Copy link

codecov bot commented May 26, 2019

Codecov Report

Merging #522 into master will decrease coverage by 0.05%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #522      +/-   ##
==========================================
- Coverage   55.23%   55.17%   -0.06%     
==========================================
  Files          64       64              
  Lines         793      792       -1     
  Branches       40       38       -2     
==========================================
- Hits          438      437       -1     
  Misses        355      355
Impacted Files Coverage Δ
...scala/org/scalasteward/core/update/FilterAlg.scala 60.6% <ø> (-1.16%) ⬇️
...ala/org/scalasteward/core/nurture/NurtureAlg.scala 0% <0%> (ø) ⬆️

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 fade164...c4714f7. Read the comment docs.

@fthomas fthomas merged commit 8662bec into master May 26, 2019
@fthomas fthomas deleted the topic/read-repo-config-once branch May 26, 2019 16:05
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