Skip to content

test(engine): remove orphan dependency reporter coverage - #2483

Merged
gsxdsm merged 1 commit into
Runfusion:mainfrom
plarson:fix/delete-orphan-dependency-reporter-test
Jul 28, 2026
Merged

test(engine): remove orphan dependency reporter coverage#2483
gsxdsm merged 1 commit into
Runfusion:mainfrom
plarson:fix/delete-orphan-dependency-reporter-test

Conversation

@plarson

@plarson plarson commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • pnpm --filter @fusion/engine typecheck
  • pnpm --filter @fusion/engine build

Copilot AI review requested due to automatic review settings July 27, 2026 22:05
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • packages/engine/src/tests/dependency-blocked-todo-reporter-per-task-roles.test.ts
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 593b7182-8bcb-4e8c-be92-a6e0ab11a51e

📥 Commits

Reviewing files that changed from the base of the PR and between 89284df and e4a4588.

📒 Files selected for processing (1)
  • packages/engine/src/__tests__/dependency-blocked-todo-reporter-per-task-roles.test.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an orphaned Vitest test file that still referenced the deleted dependency-blocked todo reporter (removed in #2477), preventing module-collection failures caused by importing a non-existent module.

Changes:

  • Delete dependency-blocked-todo-reporter-per-task-roles test coverage that no longer corresponds to any production code.
  • Eliminate the last stale import path so Vitest test collection doesn’t fail on missing modules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@greptile-apps

greptile-apps Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Remove an orphaned test suite whose reporter implementation was previously deleted, preventing Vitest from collecting a nonexistent module import.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
packages/engine/src/tests/dependency-blocked-todo-reporter-per-task-roles.test.ts Deletes obsolete regression coverage for a reporter that no longer exists or has active references at current HEAD.

Reviews (3): Last reviewed commit: "test(engine): remove orphan dependency r..." | Re-trigger Greptile

@plarson
plarson force-pushed the fix/delete-orphan-dependency-reporter-test branch 2 times, most recently from 6512ec8 to e4a4588 Compare July 27, 2026 22:27
@plarson
plarson force-pushed the fix/delete-orphan-dependency-reporter-test branch from e4a4588 to 4023985 Compare July 28, 2026 01:17
@gsxdsm
gsxdsm merged commit 3822e10 into Runfusion:main Jul 28, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants