SwiftCov icon indicating copy to clipboard operation
SwiftCov copied to clipboard

Only set breakpoints in files from a given module

Open jpsim opened this issue 10 years ago • 0 comments

By parsing xcodebuild output, we should be able to detect which swift files are compiled for the module being tested. SourceKitten does this. This would avoid the basic file.endswith('.swift') and not file.endswith('Tests.swift') condition for adding breakpoints.

jpsim avatar May 30 '15 00:05 jpsim