-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Code coverage collected on pipeline runs is looking at test files themselves for iOS. Overall, this is likely increasing coverage, but there are also cases where these files cannot reach 100% coverage so some of the codecov checks can get messed up.
Missing coverage can come up in cases where you need to write guard or do/catch statements where the fallback functionality is to just fail the test:
Overall, this also just means our code coverage stats for iOS are less accurate so this should be fixed at some point.
Metadata
Metadata
Assignees
Labels
No labels