Skip to content

Commit c208c33

Browse files
committed
Fix comment wording
1 parent fab1e2b commit c208c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftTestCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public struct SwiftTestCommand: AsyncSwiftCommand {
295295

296296
try generateXUnitOutputIfRequested(for: testResults, swiftCommandState: swiftCommandState)
297297

298-
// process code Coverage if request
298+
// Process code coverage if requested
299299
if self.options.enableCodeCoverage, runner.ranSuccessfully {
300300
try await processCodeCoverage(testProducts, swiftCommandState: swiftCommandState, library: .xctest)
301301
}

0 commit comments

Comments
 (0)