File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -730,8 +730,6 @@ extension SwiftExecuteTestAsyncCommand {
730
730
} else {
731
731
[ ]
732
732
}
733
- print ( " covPath: \( covPath) " )
734
- print ( " codeCoveFiles: \( codeCovFiles) " )
735
733
736
734
// Construct arguments for invoking the llvm-prof tool.
737
735
var args = [ llvmProf. pathString, " merge " , " -sparse " ]
@@ -742,7 +740,6 @@ extension SwiftExecuteTestAsyncCommand {
742
740
}
743
741
}
744
742
args += [ " -o " , productsBuildParameters. codeCovDataFile. pathString]
745
- print ( " Merging raw data files.. calling >> \( args) " )
746
743
try await AsyncProcess . checkNonZeroExit ( arguments: args)
747
744
return productsBuildParameters. codeCovDataFile
748
745
}
@@ -819,7 +816,6 @@ extension SwiftExecuteTestAsyncCommand {
819
816
// Add all the production source files of the test targets
820
817
args. append ( contentsOf: sourceFiles. map { $0. pathString } )
821
818
822
- // print("Generating HTML report. calling >>> \(args)")
823
819
let result = try await AsyncProcess . popen ( arguments: args)
824
820
825
821
if result. exitStatus != . terminated( code: 0 ) {
You can’t perform that action at this time.
0 commit comments