Closed jcesarmobile closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.36%. Comparing base (
b5f5cd2
) to head (0da5f70
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The comment says
// deletes file/directory without checking
, but it can't delete directories without the{ recursive: true, force: true }
. I've created a new function for deleting directories as deleting files this way breaks the tests, so changed the two calls that removed folders to use the new function and kept the other that deleted a file with the old method call.closes https://github.com/apache/cordova-ios/issues/1443