Skip to content

PR #389

PR #389 #1092

Triggered via dynamic May 2, 2026 17:41
Status Success
Total duration 1m 19s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Analyze (actions)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
Analyze (python)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
Removal of parseXcodebuildSwiftTestingLine may break Swift Testing result parsing: src/utils/swift-testing-line-parsers.ts#L178
The hunk deletes the exported function `parseXcodebuildSwiftTestingLine`, which parsed xcodebuild's `Test case 'Suite/testName()' passed/failed/skipped on '...' (N seconds)` lines. If any caller still imports this function, the build will fail; if callers were silently switched to a different parser that doesn't recognize this exact format, per-test progress for Swift Testing runs emitted via xcodebuild may be silently dropped. Given the PR specifically targets streaming test execution progress, an undetected regression here would directly defeat the fix.