Skip to content

Enable unit testing of redirecting stdout and stderr in experimental debugger#1050

Merged
DonJayamanne merged 3 commits intomicrosoft:masterfrom
DonJayamanne:issue1048
Mar 15, 2018
Merged

Enable unit testing of redirecting stdout and stderr in experimental debugger#1050
DonJayamanne merged 3 commits intomicrosoft:masterfrom
DonJayamanne:issue1048

Conversation

@DonJayamanne
Copy link
Copy Markdown

Fixes #1048

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2018

Codecov Report

Merging #1050 into master will increase coverage by 0.27%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1050      +/-   ##
==========================================
+ Coverage   64.04%   64.32%   +0.27%     
==========================================
  Files         260      260              
  Lines       12010    12010              
  Branches     2133     2133              
==========================================
+ Hits         7692     7725      +33     
+ Misses       4309     4276      -33     
  Partials        9        9
Impacted Files Coverage Δ
src/client/linters/lintingEngine.ts 91.22% <0%> (+0.87%) ⬆️
src/client/common/installer/productInstaller.ts 65.95% <0%> (+4.25%) ⬆️
src/client/linters/baseLinter.ts 91.66% <0%> (+6.25%) ⬆️
src/client/common/application/applicationShell.ts 30.76% <0%> (+7.69%) ⬆️
src/client/common/logger.ts 53.33% <0%> (+20%) ⬆️
src/client/linters/errorHandlers/errorHandler.ts 100% <0%> (+22.22%) ⬆️
src/client/linters/errorHandlers/notInstalled.ts 94.44% <0%> (+61.11%) ⬆️

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 dc78b31...ca05d59. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 52d0bec into microsoft:master Mar 15, 2018
@DonJayamanne DonJayamanne deleted the issue1048 branch March 15, 2018 16:54
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable unit testing of redirecting stdout and stderr in experimental debugger

2 participants