SlatherOrg / slather

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slather dont generate all the coverage

DieberRoa opened this issue · comments

I have this files

Screenshot 2023-03-14 at 2 24 35 PM

Screenshot 2023-03-14 at 2 23 31 PM

judging by the name of the file, your MockOnboardingRepository type is probably only used to aid in your unit tests. if that's the case, move that type/file into your unit test target and then it won't appear in your test coverage summary.

same issue here, I got the files covered in Xcode Report, but not appear on slather, I have tried adding --binary-basename option, but no luck