Skip to content

iOS Code Coverage is covering test files #710

@tmarmer

Description

@tmarmer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions