PR: Fixes and improvements for final integration with Spyder#36
Draft
ccordoba12 wants to merge 10 commits intospyder-ide:mainfrom
Draft
PR: Fixes and improvements for final integration with Spyder#36ccordoba12 wants to merge 10 commits intospyder-ide:mainfrom
ccordoba12 wants to merge 10 commits intospyder-ide:mainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
==========================================
- Coverage 71.22% 69.68% -1.55%
==========================================
Files 11 11
Lines 1199 1237 +38
Branches 132 133 +1
==========================================
+ Hits 854 862 +8
- Misses 289 319 +30
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
90a5d24 to
d5b082d
Compare
d5b082d to
47231b3
Compare
ca9e4c9 to
545c829
Compare
This is necessary so that the version can be displayed in the UI after creating an env.
545c829 to
a195102
Compare
We need this to also use it on the UI side.
That's necessary to be able to use the same env name in a future attempt.
That prevents showing the error report dialog in Spyder when an error occurs.
Also, increase timeout for Windows CI so tests pass
That's more robust to failures on Windows.
979b49e to
859a31a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
create_kernelspecmethod to the manager (needed for remote development).