ci: extract visual-regression into separate workflow with path filters#167
ci: extract visual-regression into separate workflow with path filters#167
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Test Coverage
@cocso-ui/react — File Coverage
@cocso-ui/recipe — File Coverage
@cocso-ui/codegen — File Coverage
@cocso-ui/figma — File Coverage
@cocso-ui/baseframe — File Coverage
|
Only trigger visual regression when web-related packages change (react, css, recipe, codegen, baseframe, storybook). Non-web changes like react-native-icons no longer trigger the workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6be5c7b to
d7c2bc7
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d7c2bc7063
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Include packages/react-icons/** and ecosystem/icons/** in the paths filter so icon-only changes also trigger visual regression tests, since Storybook and React components consume these icons. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
visual-regression.yml)로 분리paths필터 추가Test plan
packages/react,packages/css등) 변경 시 워크플로우가 트리거되는지 확인packages/react-native-icons등) 변경 시 워크플로우가 스킵되는지 확인pnpm run lint통과🤖 Generated with Claude Code