Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/snap-update-ns: misc cleanups #4223
Conversation
zyga
added some commits
Nov 15, 2017
| +// changePerform is Change.Perform that can be mocked for testing. | ||
| +var changePerform = func(chg *Change) ([]*Change, error) { | ||
| + return chg.Perform() | ||
| +} |
codecov-io
commented
Nov 15, 2017
•
Codecov Report
@@ Coverage Diff @@
## master #4223 +/- ##
==========================================
+ Coverage 75.86% 75.98% +0.11%
==========================================
Files 440 440
Lines 38247 38377 +130
==========================================
+ Hits 29016 29159 +143
+ Misses 7218 7207 -11
+ Partials 2013 2011 -2
Continue to review full report at Codecov.
|
zyga
merged commit ae8660c
into
snapcore:master
Nov 15, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
zyga
deleted the
zyga:tweak/snap-update-ns-cleanups
branch
Nov 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedNov 15, 2017
This branch cleans up a few things I found while working on other parts of the code