Closed dpogue closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.22%. Comparing base (
27a6068
) to head (6d57b9a
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Platforms affected
iOS
Motivation and Context
Methods in CDVViewController are spread all over with no logical grouping to make them easier to find.
Description
This gives them a much more logical grouping.
Testing
All existing tests passed (no functional change, just moving functions around)
Checklist