Closed narrieta closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.01%. Comparing base (
93ee726
) to head (e3da424
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
On multi-config handlers, we were removing the state, status, and settings files on extension disable. Disable can be called when an extension is deleted, or as part of the Uninstall/Upgrade handler operations. These files should be removed only when the extension is actually deleted.