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

Edifice deprecations #159

Merged
merged 3 commits into from
Jan 15, 2021
Merged

Edifice deprecations #159

merged 3 commits into from
Jan 15, 2021

Conversation

chapulina
Copy link
Contributor

Deprecated FuelClient::DeleteModel.

LocalCache is deprecated in v5, but it can't be removed in v6 because it's used in a public constructor of FuelClient. So I deprecated that constructor and we can only move LocalCache to src in v7.

Signed-off-by: Louise Poubel <[email protected]>
@codecov
Copy link

codecov bot commented Jan 12, 2021

Codecov Report

Merging #159 (e8c2f84) into main (5e77cec) will decrease coverage by 0.13%.
The diff coverage is 44.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
- Coverage   77.99%   77.85%   -0.14%     
==========================================
  Files          19       19              
  Lines        2604     2606       +2     
==========================================
- Hits         2031     2029       -2     
- Misses        573      577       +4     
Impacted Files Coverage Δ
src/FuelClient.cc 70.12% <44.44%> (-0.53%) ⬇️

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 5e77cec...e8c2f84. Read the comment docs.

Signed-off-by: Louise Poubel <[email protected]>
@chapulina chapulina merged commit 964db6f into main Jan 15, 2021
@chapulina chapulina deleted the chapulina/6/deprecations branch January 15, 2021 22:18
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