You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added an entry to ignore iOS extensions: - MyApp/Extensions
and indeed xcov no longer reports any class under MyShareExtension.appex group.
However, even though there is no single class to be tested in appex, it reports 0.00% coverage for the entire component and thus reports overall test coverage to be 50% (assuming my main app has 100% coverage).
Can this be fixed or is there a way to ignore the iOS extensions completely with xcov?
The text was updated successfully, but these errors were encountered:
I have added an entry to ignore iOS extensions:
- MyApp/Extensions
and indeed xcov no longer reports any class under MyShareExtension.appex group.
However, even though there is no single class to be tested in appex, it reports 0.00% coverage for the entire component and thus reports overall test coverage to be 50% (assuming my main app has 100% coverage).
Can this be fixed or is there a way to ignore the iOS extensions completely with xcov?
The text was updated successfully, but these errors were encountered: