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

Execute prospector as a module (using -m) #1060

Merged
merged 5 commits into from
Mar 13, 2018

Conversation

DonJayamanne
Copy link

Fixes #982

@codecov
Copy link

codecov bot commented Mar 13, 2018

Codecov Report

Merging #1060 into master will increase coverage by 0.12%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1060      +/-   ##
==========================================
+ Coverage   64.04%   64.17%   +0.12%     
==========================================
  Files         260      259       -1     
  Lines       12010    11838     -172     
  Branches     2133     2094      -39     
==========================================
- Hits         7692     7597      -95     
+ Misses       4309     4233      -76     
+ Partials        9        8       -1
Impacted Files Coverage Δ
src/client/linters/linterInfo.ts 100% <ø> (ø) ⬆️
src/client/formatters/helper.ts 100% <ø> (ø) ⬆️
src/client/common/installer/productInstaller.ts 60.31% <50%> (-1.39%) ⬇️
src/client/common/featureDeprecationManager.ts 43.13% <0%> (-3.93%) ⬇️
src/client/linters/baseLinter.ts 87.5% <0%> (+2.08%) ⬆️
src/client/linters/linterManager.ts 85.5% <0%> (+2.89%) ⬆️
src/client/linters/pydocstyle.ts 95.12% <0%> (+4.87%) ⬆️
src/client/common/logger.ts 53.33% <0%> (+20%) ⬆️
src/client/linters/prospector.ts 78.94% <0%> (+63.15%) ⬆️

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

@DonJayamanne DonJayamanne changed the title WIP - Execute prospector as a module (using -m) Execute prospector as a module (using -m) Mar 13, 2018
@brettcannon
Copy link
Member

Don't forget a news entry.

@DonJayamanne DonJayamanne merged commit 503ffb5 into microsoft:master Mar 13, 2018
@DonJayamanne DonJayamanne deleted the issue982 branch March 15, 2018 16:52
@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.

Use -m with prospector
2 participants