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: Use Mustache instead of Handlebars #2974

Closed traeok closed 5 days ago

traeok commented 6 days ago

Proposed changes

Uses the mustache dependency instead of handlebars to minimize dependency count.

Release Notes

Milestone: 2.17.0 Changelog: Removed handlebars dependency in favor of mustache for technical currency purposes.

Types of changes

Checklist

General

Code coverage

Deployment

Further comments

codecov[bot] commented 6 days ago

Codecov Report

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

Project coverage is 93.51%. Comparing base (c78b7ca) to head (09da4a1). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2974 +/- ## ======================================= Coverage 93.51% 93.51% ======================================= Files 104 104 Lines 10895 10895 Branches 2296 2277 -19 ======================================= Hits 10189 10189 Misses 705 705 Partials 1 1 ```

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

sonarcloud[bot] commented 6 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud