zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
159 stars 89 forks source link

refactor(v3): Remove all references to temporary downloads folder #2980

Open traeok opened 2 days ago

traeok commented 2 days ago

Proposed changes

Removes the following settings and any code related to the temp folder (creation, cleanup, etc.): image

Release Notes

Milestone: vNext

Changelog:

Types of changes

Checklist

General

Code coverage

Deployment

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.73%. Comparing base (52e5de7) to head (ad328d2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2980 +/- ## ========================================== + Coverage 92.68% 92.73% +0.05% ========================================== Files 111 109 -2 Lines 11017 10904 -113 Branches 2293 2320 +27 ========================================== - Hits 10211 10112 -99 + Misses 804 790 -14 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

traeok commented 2 days ago

SonarCloud has spotted existing code duplication from previous contributions. Existing code duplication can be addressed in a separate PR.

sonarcloud[bot] commented 2 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
30.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud