Closed dpogue closed 1 month ago
Attention: Patch coverage is 66.66667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 80.86%. Comparing base (
92df3b7
) to head (b34d866
).
Files with missing lines | Patch % | Lines |
---|---|---|
lib/run.js | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Platforms affected
iOS
Motivation and Context
I think I accidentally broke this during earlier refactoring for 8.0.0, but it was now trying to (and incorrectly) listing the simulator devices rather than the simulator device/runtime combinations.
Description
Restore the correct listing for simulator devices/runtimes when using
cordova run ios --list
Testing
Tested running
npx cordova run ios --list
and ensured the output matched between these changes and 7.1.1Checklist