Skip to content

Conversation

@DonJayamanne
Copy link

Fixes #767

  • Title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • [n/a] Unit tests & code coverage are not adversely affected (within reason)
  • [n/a] Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • [n/a] Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)
  • [n/a] Dependencies are pinned (e.g. "1.2.3", not "^1.2.3")
  • [n/a] package-lock.json has been regenerated if dependencies have changed

@codecov
Copy link

codecov bot commented Jul 21, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2217      +/-   ##
=========================================
- Coverage   79.84%   79.8%   -0.05%     
=========================================
  Files         310     310              
  Lines       14359   14359              
  Branches     2547    2547              
=========================================
- Hits        11465   11459       -6     
- Misses       2882    2888       +6     
  Partials       12      12
Flag Coverage Δ
#MacOS ?
#Windows 74.1% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/client/unittests/display/main.ts 88.28% <0%> (-3.13%) ⬇️
src/client/interpreter/locators/index.ts 93.61% <0%> (-2.13%) ⬇️
src/client/linters/lintingEngine.ts 91.15% <0%> (-0.89%) ⬇️
...rc/client/debugger/PythonProcessCallbackHandler.ts 68.42% <0%> (-0.33%) ⬇️
src/client/providers/jediProxy.ts 79.95% <0%> (+0.22%) ⬆️

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 6af8f99...d8c641c. Read the comment docs.

@brettcannon brettcannon merged commit b8923ac into microsoft:master Aug 1, 2018
@DonJayamanne DonJayamanne deleted the issue767Fixed branch October 2, 2018 22:46
@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.

Step out of a program being debugged results debugger going into the PTVSD library

2 participants