Skip to content

Conversation

karrtikr
Copy link

@karrtikr karrtikr commented Nov 6, 2019

For #6912

@codecov-io
Copy link

codecov-io commented Nov 6, 2019

Codecov Report

Merging #8413 into master will decrease coverage by 0.31%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8413      +/-   ##
==========================================
- Coverage   59.46%   59.14%   -0.32%     
==========================================
  Files         509      509              
  Lines       23393    23390       -3     
  Branches     3779     3774       -5     
==========================================
- Hits        13910    13834      -76     
- Misses       8577     8650      +73     
  Partials      906      906
Impacted Files Coverage Δ
src/client/common/application/types.ts 100% <ø> (ø) ⬆️
...lient/common/application/applicationEnvironment.ts 41.37% <0%> (+0.75%) ⬆️
src/client/testing/serviceRegistry.ts 48.64% <0%> (-46.85%) ⬇️
src/client/testing/codeLenses/main.ts 44.44% <0%> (-33.34%) ⬇️
...t/datascience/jupyter/jupyterDataRateLimitError.ts 66.66% <0%> (-33.34%) ⬇️
src/client/formatters/serviceRegistry.ts 75% <0%> (-25%) ⬇️
...ience/jupyter/jupyterDebuggerRemoteNotSupported.ts 75% <0%> (-25%) ⬇️
...cience/jupyter/jupyterDebuggerNotInstalledError.ts 60% <0%> (-20%) ⬇️
src/client/common/utils/icons.ts 83.33% <0%> (-16.67%) ⬇️
src/client/api.ts 78.57% <0%> (-14.29%) ⬇️
... and 4 more

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 93e7bd9...73fd8f8. Read the comment docs.

@@ -85,11 +85,11 @@ suite('Shell Detectors', () => {
test('Identify shell based on VSC Environment', async () => {
const shellDetector = new VSCEnvironmentShellDetector(instance(appEnv));
shellPathsAndIdentification.forEach((shellType, shellPath) => {
when(appEnv.shell).thenReturn(shellPath);
when(appEnv.shell).thenReturn(shellPath as any);

Choose a reason for hiding this comment

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

you shouldn't need this as any either 🤔

Copy link
Author

Choose a reason for hiding this comment

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

Both my eyes were closed when I added this🥱 sorry

@karrtikr karrtikr merged commit 8d33e99 into microsoft:master Nov 7, 2019
@karrtikr karrtikr deleted the vscodeshell branch November 7, 2019 05:10
@lock lock bot locked as resolved and limited conversation to collaborators Nov 14, 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.

3 participants