-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update reducer to use new implementation of merge environments #14152
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
Conversation
dc5ef1a
to
98c0387
Compare
Codecov Report
@@ Coverage Diff @@
## main #14152 +/- ##
==========================================
+ Coverage 59.94% 60.04% +0.10%
==========================================
Files 705 705
Lines 39101 39084 -17
Branches 5667 5662 -5
==========================================
+ Hits 23440 23469 +29
+ Misses 14429 14374 -55
- Partials 1232 1241 +9
Continue to review full report at Codecov.
|
src/client/pythonEnvironments/base/locators/composite/environmentsReducer.ts
Outdated
Show resolved
Hide resolved
This PR adds some basic helpers that we use in a subsequent PR. The following small drive-by changes are also included: * drop PythonEnvInfo.id property * make some internal helpers public
34ef50d
to
25751db
Compare
Codecov Report
@@ Coverage Diff @@
## main #14152 +/- ##
==========================================
+ Coverage 59.28% 59.36% +0.08%
==========================================
Files 715 715
Lines 39956 39950 -6
Branches 5791 5788 -3
==========================================
+ Hits 23686 23716 +30
+ Misses 15021 14975 -46
- Partials 1249 1259 +10
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
…soft#14152) * Add PythonEnvInfo-related helpers. (microsoft#14051) This PR adds some basic helpers that we use in a subsequent PR. The following small drive-by changes are also included: * drop PythonEnvInfo.id property * make some internal helpers public * Undo unintentional formatting changes * And? * Fix missing default * Fix linting Co-authored-by: Eric Snow <[email protected]> Co-authored-by: Karthik Nadig <[email protected]>
Didn't move
mergeEnvironments()
as it's not specific to the reducer, can be used in resolver as well.