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

Support downgrade of APP version #9

Merged
merged 8 commits into from
Feb 8, 2019
Merged

Support downgrade of APP version #9

merged 8 commits into from
Feb 8, 2019

Conversation

linyows
Copy link
Owner

@linyows linyows commented Feb 8, 2019

This change supports downgrading the version of the app by dewy keeping the current version.

}
}

g.cache.Write(currentKey, []byte(g.cacheKey))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error return value of g.cache.Write is not checked (from errcheck)

@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

Merging #9 into master will increase coverage by 0.31%.
The diff coverage is 10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage    12.6%   12.92%   +0.31%     
==========================================
  Files           9        9              
  Lines         357      356       -1     
==========================================
+ Hits           45       46       +1     
+ Misses        301      300       -1     
+ Partials       11       10       -1
Impacted Files Coverage Δ
dewy.go 7.69% <0%> (ø) ⬆️
kvs/file.go 51.72% <100%> (+2.57%) ⬆️

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 1e2a8b8...80b3783. Read the comment docs.

@linyows linyows merged commit 3100932 into master Feb 8, 2019
@linyows linyows deleted the support-downgrade branch February 8, 2019 04:54
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.

None yet

2 participants