Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Fixes exception in django cause by long iter check #443

Merged
merged 2 commits into from
May 30, 2018

Conversation

karthiknadig
Copy link
Member

@karthiknadig karthiknadig commented May 29, 2018

fixes #406
fixes #423

@codecov-io
Copy link

codecov-io commented May 29, 2018

Codecov Report

Merging #443 into master will increase coverage by 0.07%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #443      +/-   ##
=========================================
+ Coverage   59.03%   59.1%   +0.07%     
=========================================
  Files          26      26              
  Lines        3466    3470       +4     
=========================================
+ Hits         2046    2051       +5     
+ Misses       1420    1419       -1
Impacted Files Coverage Δ
ptvsd/safe_repr.py 79.39% <75%> (-0.61%) ⬇️
ptvsd/ipcjson.py 67.11% <0%> (+1.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 df207c6...e42c51e. Read the comment docs.

@karthiknadig karthiknadig merged commit 0866c0c into microsoft:master May 30, 2018
@karthiknadig karthiknadig deleted the issue406 branch June 18, 2018 18:27
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.

Execution when debugging is incorrect Error while debugging django
3 participants