SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The guide for adding code coverage for iOS Swift and upload to Codecov

hongbo-miao opened this issue · comments

I spent two days doing a lot of experiments to add code coverage for a new iOS Swift app and upload to Codecov.
To save some time for future people who wants to add same thing,
here is my the pull request which you can see the code I added to make it work: hongbo-miao/hongbomiao.com#6134
Hopefully it helps! 😃