SlatherOrg / slather

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

slather dont generate all the coverage #535

Open DieberRoa opened 1 year ago

DieberRoa commented 1 year ago

I have this files

Screenshot 2023-03-14 at 2 24 35 PM Screenshot 2023-03-14 at 2 23 31 PM
im-jersh commented 1 year ago

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.

samueltiket commented 11 months ago

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