Re: [swift-corelibs-dev] Add support for gathering test coverage data on XCTest

2016-12-15 Thread William Dillon via swift-corelibs-dev
  I would love for there to be access to test coverage data (especially on linux). One thing that concerns me about the way tests work on linux is that it’s very easy to miss tests in the allTests method. I’ve always got a nagging worry that there are missing tests I don’t know about floating ar

[swift-corelibs-dev] Add support for gathering test coverage data on XCTest

2016-12-14 Thread Jacopo Andrea Giola via swift-corelibs-dev
Hi all, I was wondering if it can be a great idea to build the capability of gathering test coverage data inside the XCTest framework to be able to use it for gathering the data on the various platform without having to relay on the Xcode capability. Today the only way a swift project can be g