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
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