SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

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

Closed hongbo-miao closed 1 year ago

hongbo-miao commented 1 year ago

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: https://github.com/Hongbo-Miao/hongbomiao.com/pull/6134 Hopefully it helps! 😃