Skip to content

Flask and Django template debugging #1313

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

Closed

Conversation

DonJayamanne
Copy link

@DonJayamanne DonJayamanne commented Apr 5, 2018

Fixes #1172
Fixes #1173

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
Copy link

codecov bot commented Apr 5, 2018

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1313       +/-   ##
===========================================
- Coverage   71.08%   21.66%   -49.43%     
===========================================
  Files         269      269               
  Lines       12383    12391        +8     
  Branches     2190     2196        +6     
===========================================
- Hits         8802     2684     -6118     
- Misses       3449     9656     +6207     
+ Partials      132       51       -81
Impacted Files Coverage Δ
src/client/debugger/ProxyCommands.ts 0% <0%> (-100%) ⬇️
src/client/linters/linterInfo.ts 5.4% <0%> (-94.6%) ⬇️
src/client/common/idDispenser.ts 7.14% <0%> (-92.86%) ⬇️
src/client/language/tokenizer.ts 4.43% <0%> (-92.3%) ⬇️
src/client/common/process/proc.ts 8.23% <0%> (-91.77%) ⬇️
src/client/formatters/lineFormatter.ts 7.75% <0%> (-91.45%) ⬇️
src/client/language/characterStream.ts 4.41% <0%> (-91.18%) ⬇️
...nittests/common/testVisitors/resultResetVisitor.ts 9.37% <0%> (-90.63%) ⬇️
...nt/unittests/common/services/testResultsService.ts 4.28% <0%> (-90%) ⬇️
...lient/unittests/unittest/services/parserService.ts 9.09% <0%> (-88.64%) ⬇️
... and 201 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 72ef2ab...febc0ce. Read the comment docs.

@DonJayamanne DonJayamanne force-pushed the issue1172FlaskDjango2 branch from 5ce897b to d8a378e Compare April 5, 2018 20:38
@DonJayamanne DonJayamanne deleted the issue1172FlaskDjango2 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
1 participant