You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove test discovery from cost command to avoid parsing errors
- Cost estimation now uses configuration file only, avoiding test file parsing issues
- Remove SimpleTestDiscovery import and related logic from cost command
- Use reasonable default test count (1) when no tests are defined in config
- This resolves parsing errors in CI when cost command scans test files
0 commit comments