-
-
Notifications
You must be signed in to change notification settings - Fork 3
feat: remove show-reports workflow
#227
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
Conversation
WalkthroughThe changes remove the "show-reports" workflow from both the CLI workflow command list and its corresponding test suite. The workflow, which previously started an HTTP server to display files and folders in the output directory, is no longer imported or available as a CLI option. Additionally, the test placeholder for this workflow was deleted. No other workflows or code paths were affected. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Pull Request Overview
This PR removes the "show-reports" workflow from both the CLI command list and its associated tests, as part of the cleanup for obsolete functionality.
- Removed the "show-reports" entry from the workflows command list in src/cli/workflows.js.
- Removed the corresponding test stub in tests/cli/workflows.test.js.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/cli/workflows.js | Removed the "show-reports" workflow entry |
| tests/cli/workflows.test.js | Removed the test stub for the "show-reports" workflow |
Files not reviewed (1)
- tests/cli/snapshots/workflows.test.js.snap: Language not supported
Related #219
Summary by CodeRabbit