| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #11689 +/- ##
==========================================
+ Coverage 60.60% 61.06% +0.46%
==========================================
Files 627 632 +5
Lines 33865 34584 +719
Branches 4763 4938 +175
==========================================
+ Hits 20523 21118 +595
- Misses 12355 12440 +85
- Partials 987 1026 +39
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
|
||
| # Install the requirements for the Python or the system tests. This includes the supporting libs that | ||
| # we ship in our extension such as PTVSD, DEBUGPY and Jedi. | ||
| # we ship in our extension such as PTVSD and Jedi. |
There was a problem hiding this comment.
Was this meant to remove ptvsd, rather?
Sorry, something went wrong.
There was a problem hiding this comment.
No. That will be a separate change.
Sorry, something went wrong.
There was a problem hiding this comment.
I am going to put this back, since I need to install debugpy for 2.7 tests and the install script does not work with it.
Sorry, something went wrong.
|
Kudos, SonarCloud Quality Gate passed!
|
Sorry, something went wrong.
This reverts commit 258c28c.
| Back | FazBrowse Home | New Git URL |
For #10945, #11686
It was easier to get rid of the two versions of the debuggers (which we wanted to do anyway #10945). Since this issue occurs with the current stable release as well, I am not sure we should push this to release branch immediately. We could take this in the bug fix release, and it will give this change enough bake time.