Closed krallin closed 6 years ago
Merging #247 into master will increase coverage by
0.09%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #247 +/- ##
=========================================
+ Coverage 96.8% 96.9% +0.09%
=========================================
Files 81 81
Lines 3416 3422 +6
=========================================
+ Hits 3307 3316 +9
+ Misses 109 106 -3
Impacted Files | Coverage Δ | |
---|---|---|
lib/aptible/cli/helpers/app.rb | 100% <100%> (ø) |
:arrow_up: |
spec/aptible/cli/subcommands/deploy_spec.rb | 100% <100%> (ø) |
:arrow_up: |
lib/aptible/cli/helpers/tunnel.rb | 96.61% <0%> (+5.08%) |
:arrow_up: |
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 4c6ba2a...cd016bc. Read the comment docs.
aptible deploy foo
is most likely a user error. If the user intends to unset the variable, they can always useaptible deploy foo=
.See: https://aptible.slack.com/archives/C02NMLZ8N/p1526050573000420
cc @fancyremarker @UserNotFound @almathew