Skip to content
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

feat: data plane view support #209

Merged
merged 30 commits into from
Aug 23, 2024

fix: update the uistring

b715df5
Select commit
Loading
Failed to load commit list.
Merged

feat: data plane view support #209

fix: update the uistring
b715df5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2024 in 1s

43.85% (+1.75%) compared to b120891

View this Pull Request on Codecov

43.85% (+1.75%) compared to b120891

Details

Codecov Report

Attention: Patch coverage is 51.22200% with 479 lines in your changes missing coverage. Please review.

Project coverage is 43.85%. Comparing base (b120891) to head (b715df5).

Files Patch % Lines
src/azure/azureLogin/dataSessionProvider.ts 36.50% 80 Missing ⚠️
src/tree/DataPlaneAccount.ts 36.52% 73 Missing ⚠️
src/extension.ts 0.00% 52 Missing ⚠️
src/azure/ApiCenter/ApiCenterDataPlaneAPIs.ts 39.65% 35 Missing ⚠️
src/azure/ApiCenterDefines/ApiCenterDefinition.ts 72.95% 33 Missing ⚠️
src/azure/ApiCenterDefines/ApiCenterApi.ts 77.68% 27 Missing ⚠️
src/azure/ApiCenterDefines/ApiCenterVersion.ts 73.26% 27 Missing ⚠️
src/utils/treeUtils.ts 27.02% 27 Missing ⚠️
src/commands/addDataPlaneApis.ts 23.52% 26 Missing ⚠️
src/commands/removeDataplaneApi.ts 0.00% 18 Missing ⚠️
... and 16 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #209      +/-   ##
==========================================
+ Coverage   42.09%   43.85%   +1.75%     
==========================================
  Files          83       92       +9     
  Lines        4955     5774     +819     
  Branches      126      146      +20     
==========================================
+ Hits         2086     2532     +446     
- Misses       2868     3241     +373     
  Partials        1        1              
Files Coverage Δ
src/azure/ApiCenter/ApiCenterRestAPIs.ts 100.00% <100.00%> (ø)
src/azure/ApiCenter/contracts.ts 100.00% <100.00%> (ø)
src/azure/ResourceGraph/ResourceGraphService.ts 47.22% <100.00%> (ø)
src/azure/azureLogin/authTypes.ts 100.00% <100.00%> (ø)
src/commands/handleUri.ts 100.00% <100.00%> (ø)
src/constants.ts 100.00% <100.00%> (ø)
src/extensionVariables.ts 100.00% <100.00%> (ø)
src/tree/SubscriptionTreeItem.ts 45.58% <100.00%> (ø)
src/uiStrings.ts 100.00% <100.00%> (ø)
src/tree/ApiCenterTreeItem.ts 60.00% <66.66%> (ø)
... and 25 more