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

[now deploy] Respect --debug flag for API Client #2625

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

TooTallNate
Copy link
Member

While debugging #2606, I noticed that the Client instances for now deploy were not being supplied the appropriate debug flag based on the command line args.

While debugging #2606, I noticed that the `Client` instances for
`now deploy` were not being supplied the appropriate `debug` flag
based on the command line args.
@TooTallNate TooTallNate requested a review from leo as a code owner July 24, 2019 23:11
@codecov-io
Copy link

Codecov Report

Merging #2625 into canary will decrease coverage by 0.21%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           canary   #2625      +/-   ##
=========================================
- Coverage    8.17%   7.96%   -0.22%     
=========================================
  Files         258     258              
  Lines        9468    9407      -61     
  Branches     1095    1068      -27     
=========================================
- Hits          774     749      -25     
+ Misses       8642    8609      -33     
+ Partials       52      49       -3
Impacted Files Coverage Δ
src/commands/deploy/latest.js 0% <ø> (ø) ⬆️
src/commands/deploy/index.js 0% <0%> (ø) ⬆️
src/util/metrics.ts 61.53% <0%> (-6.65%) ⬇️
src/util/dev/builder-cache.ts 29.54% <0%> (-2.3%) ⬇️
src/commands/init/init.ts 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 bcac213...ac41301. Read the comment docs.

@TooTallNate TooTallNate merged commit 17c6591 into canary Jul 24, 2019
@TooTallNate TooTallNate deleted the update/deploy-debug-client branch July 24, 2019 23:23
AndyBitz pushed a commit that referenced this pull request Jul 25, 2019
While debugging #2606, I noticed that the `Client` instances for
`now deploy` were not being supplied the appropriate `debug` flag
based on the command line args.
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

3 participants