When I run my tests inside Xcode the code coverage is 10.3%. When running fastlane run xcov
for the same scheme the code coverage is 17.17%. The xcov html file shows the same files with the same coverage percentages, only the total coverage is incorrect. How can this be?
Asked
Active
Viewed 812 times
3

fuesev
- 153
- 6
1 Answers
0
I've had the same problem and it turned out that the Xcode versions were not the same. I updated Fastlane's Xcode version to the one I'm using locally and the coverage is the same

Ahmed Salah
- 1
- 1