Skip to content

Fix a policheck warning.#13325

Merged
huguesv merged 1 commit into
microsoft:masterfrom
huguesv:policheck
Aug 7, 2020
Merged

Fix a policheck warning.#13325
huguesv merged 1 commit into
microsoft:masterfrom
huguesv:policheck

Conversation

@huguesv

@huguesv huguesv commented Aug 6, 2020

Copy link
Copy Markdown

I'm fixing PoliCheck warnings in PTVS repo and since this one originates from this repo, I'm submitting a fix for it here as well.

Please merge on my behalf, I do not have merge permissions. Thanks!

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).
  • The wiki is updated with any design decisions/details.

@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2020

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.5% 0.5% Duplication

@codecov-commenter

codecov-commenter commented Aug 6, 2020

Copy link
Copy Markdown

Codecov Report

Merging #13325 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #13325      +/-   ##
==========================================
- Coverage   59.73%   59.71%   -0.03%     
==========================================
  Files         670      670              
  Lines       37289    37289              
  Branches     5292     5292              
==========================================
- Hits        22276    22267       -9     
- Misses      13879    13885       +6     
- Partials     1134     1137       +3     
Impacted Files Coverage Δ
src/client/common/utils/platform.ts 64.70% <0.00%> (-11.77%) ⬇️
src/client/datascience/crossProcessLock.ts 79.41% <0.00%> (-11.77%) ⬇️
src/client/linters/pydocstyle.ts 86.66% <0.00%> (-2.23%) ⬇️
src/client/datascience/debugLocationTracker.ts 76.56% <0.00%> (-1.57%) ⬇️
src/client/common/process/proc.ts 14.49% <0.00%> (-0.73%) ⬇️

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

@karthiknadig karthiknadig added the no-changelog No news entry required label Aug 7, 2020
@huguesv

huguesv commented Aug 7, 2020

Copy link
Copy Markdown
Author

Oh, turns out I do have merge permissions now. Nice!

@huguesv huguesv merged commit 69fe281 into microsoft:master Aug 7, 2020
@huguesv huguesv deleted the policheck branch August 7, 2020 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants