Thinking of conducting an iOS Development Coding Dojo, Kata or Randori with friends? And you need some code coverage... hmm Look no further.
When you check out this project, here's what you will get
- Unit Test Scheme has been setup
- A copy of GCOVR version 3.0 can be found in the Tools folder
- Test Coverage Report whenever you run your unit tests in Debug configuration.
Ensure that your test classes inherit from "CoverageXCTestCase"
- Add Cocoapods Support for OCMock and OCMockito
- Add Sonar/Sonarqube support
- Add any form of static code analyzers