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 dependencies and GitHub Actions for proper analysis
- Added mockito and build_runner dependencies for test mocks
- Updated GitHub Actions to use dart instead of flutter commands
- Fixed analysis_options.yaml to exclude SDK files and generated files
- Created analyze.sh script for consistent CI/CD analysis
- Updated build.yaml for proper mockito configuration
- Fixed RetryPolicy test implementations to match interface
- Generated proper mocks with correct method signatures
- Excluded style warnings from CI/CD analysis (keeping only errors)
Remaining: 33 analysis errors to fix in test method calls
0 commit comments