realm / SwiftCov

A tool to generate test code coverage information for Swift.
MIT License
562 stars 41 forks source link

Don't run tests twice #16

Open jpsim opened 9 years ago

jpsim commented 9 years ago

Tests are currently run twice: both before and after setting breakpoints. We could perhaps use xcodebuild's -dry-run argument, or a test scheme could be passed in instead of xcodebuild parameters, and we could then find Xcode projects/workspaces like Carthage does as you can see in Xcode.swift.