-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: main
Are you sure you want to change the base?
Conversation
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 ReportAll modified and coverable lines are covered by tests ✅
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. |
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
What It Does
How to Test
Review Checklist
I certify that I have:
Additional Comments