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

Support pipenv #888

Merged
merged 57 commits into from
Feb 26, 2018
Merged

Support pipenv #888

merged 57 commits into from
Feb 26, 2018

Conversation

MikhailArkhipov
Copy link

Fixes #404

@codecov
Copy link

codecov bot commented Feb 24, 2018

Codecov Report

Merging #888 into master will increase coverage by 0.49%.
The diff coverage is 78.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #888      +/-   ##
==========================================
+ Coverage   64.08%   64.58%   +0.49%     
==========================================
  Files         257      259       +2     
  Lines       11855    11980     +125     
  Branches     2110     2128      +18     
==========================================
+ Hits         7597     7737     +140     
+ Misses       4249     4234      -15     
  Partials        9        9
Impacted Files Coverage Δ
src/client/common/installer/types.ts 100% <ø> (ø) ⬆️
src/client/common/process/types.ts 100% <ø> (ø) ⬆️
src/client/common/platform/types.ts 100% <ø> (ø) ⬆️
src/client/common/application/types.ts 100% <ø> (ø) ⬆️
src/client/common/types.ts 100% <ø> (ø) ⬆️
src/client/common/installer/condaInstaller.ts 55.26% <0%> (-3.08%) ⬇️
...rpreter/locators/services/baseVirtualEnvService.ts 89.58% <100%> (ø) ⬆️
src/client/common/platform/platformService.ts 68.42% <100%> (+3.71%) ⬆️
src/client/interpreter/interpreterVersion.ts 94.73% <100%> (ø) ⬆️
src/client/common/application/workspace.ts 47.82% <100%> (+8.69%) ⬆️
... and 23 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 136c78b...ca3d637. Read the comment docs.

// tslint:disable-next-line:no-empty
} catch (error) {
const appShell = this.serviceContainer.get<IApplicationShell>(IApplicationShell);
appShell.showWarningMessage(`Workspace contains pipfile but attempt to run 'pipenv --venv' failed with $${error}. Make sure pipenv is on the PATH.`);
Copy link
Author

Choose a reason for hiding this comment

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

$$ typo, will fix

Choose a reason for hiding this comment

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

@MikhailArkhipov reminder.

// tslint:disable-next-line:no-empty
} catch (error) {
const appShell = this.serviceContainer.get<IApplicationShell>(IApplicationShell);
appShell.showWarningMessage(`Workspace contains pipfile but attempt to run 'pipenv --venv' failed with $${error}. Make sure pipenv is on the PATH.`);

Choose a reason for hiding this comment

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

@MikhailArkhipov reminder.

@MikhailArkhipov MikhailArkhipov merged commit cf1d310 into microsoft:master Feb 26, 2018
@MikhailArkhipov MikhailArkhipov deleted the pipenv branch February 27, 2018 17:27
@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.

Support pipenv
2 participants