-
Notifications
You must be signed in to change notification settings - Fork 86
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(test-utils): Enhance the CLI Test Utils to support workspaces #1780
Conversation
…paces Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1780 +/- ##
=======================================
Coverage 92.82% 92.82%
=======================================
Files 423 423
Lines 7191 7191
Branches 1319 1319
=======================================
Hits 6675 6675
Misses 515 515
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clever solution to support different project structures for monorepos 😋
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed all of the tests failing in exactly the same way, should investigate before any kind of merge is done.
Signed-off-by: zFernand0 <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
What It Does
Allows for monorepos (like the CICS-for-Zowe-Client) to have its test results and test resources in the individual packages of the monorepo instead of at the root of the project.
How to Test
main
branchcd packages/cli
npm run test:unit
Review Checklist
I certify that I have:
Additional Comments
This may (or may not) be a blocker to the CICS Monorepo work 😋
Also, we could get this changes published with whatever CLI PR goes out next 😋