realm / SwiftCov

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

Set threshold default value to 1 #32

Closed kishikawakatsumi closed 9 years ago

kishikawakatsumi commented 9 years ago

For performance issue. This is a temporarily workaround. It makes unable to get execution times, but still enough for line coverage.

If you want to get count of execution times, you can specify large number or zero.

CC: @jpsim

jpsim commented 9 years ago

Looks like CircleCI isn't fully set up yet.

kishikawakatsumi commented 9 years ago

Yes, need to ask via support chat to enable iOS build since Circle CI is still beta. I've done to send request.