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

Unit test for cics trees #218

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

almightyrush
Copy link
Contributor

What It Does

How to Test

Review Checklist
I certify that I have:

Additional Comments

Signed-off-by: Rushabh Sojitra <[email protected]>
…ommon items to globalMocks

Signed-off-by: Rushabh Sojitra <[email protected]>
Signed-off-by: Rushabh Sojitra <[email protected]>
Signed-off-by: Rushabh Sojitra <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.43%. Comparing base (5049eeb) to head (5d1eb75).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
+ Coverage   28.55%   34.43%   +5.88%     
==========================================
  Files         147      147              
  Lines        5032     5032              
  Branches      881      881              
==========================================
+ Hits         1437     1733     +296     
+ Misses       3595     3299     -296     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rushabh Sojitra <[email protected]>
import { CICSTree } from "../../../src/trees/CICSTree";
import * as vscode from "vscode";
import * as globalMocks from "../../__utils__/globalMocks";
import { ProfileManagement } from "../../../src/utils/profileManagement";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note test

Unused import ProfileManagement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants