Open Issues Need Help
View All on GitHub Fix CI warnings: code after 'throw' will never be executed in StreamingPerformanceTests.swift about 2 months ago
AI Summary: The CI workflow is reporting multiple warnings in `StreamingPerformanceTests.swift` where code appears after a `throw` statement, making it unreachable. The issue requires refactoring the test code at the specified lines to remove or relocate the unreachable code, ensuring clean CI test runs.
Complexity:
1/5
bug help wanted