Skip to content

Add support for Jinja template debugging#1211

Merged
DonJayamanne merged 1 commit into
microsoft:masterfrom
DonJayamanne:issue1210Jinja
Mar 27, 2018
Merged

Add support for Jinja template debugging#1211
DonJayamanne merged 1 commit into
microsoft:masterfrom
DonJayamanne:issue1210Jinja

Conversation

@DonJayamanne

Copy link
Copy Markdown

Fixes #1210

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@codecov

codecov Bot commented Mar 27, 2018

Copy link
Copy Markdown

Codecov Report

Merging #1211 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1211      +/-   ##
=========================================
+ Coverage   71.91%     72%   +0.08%     
=========================================
  Files         260     260              
  Lines       11933   11933              
  Branches     2121    2121              
=========================================
+ Hits         8582    8592      +10     
+ Misses       3221    3216       -5     
+ Partials      130     125       -5
Impacted Files Coverage Δ
src/client/debugger/Common/Contracts.ts 100% <100%> (ø) ⬆️
...lient/debugger/configProviders/pythonV2Provider.ts 100% <100%> (ø) ⬆️
...rc/client/debugger/PythonProcessCallbackHandler.ts 52.3% <0%> (ø) ⬆️
src/client/debugger/Main.ts 50.61% <0%> (+0.49%) ⬆️
src/client/debugger/PythonProcess.ts 48.75% <0%> (+3.33%) ⬆️

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

@DonJayamanne DonJayamanne merged commit 346a166 into microsoft:master Mar 27, 2018
@DonJayamanne DonJayamanne deleted the issue1210Jinja branch June 20, 2018 03:19
@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.

Jinja template debugging

2 participants