SublimeText / UnitTesting

Testing Sublime Text Packages
MIT License
112 stars 32 forks source link

Always start coverage after reloading #257

Closed deathaxe closed 8 months ago

deathaxe commented 8 months ago

If coverage tracking is started before reloading plugins, all modules which are reloaded (but maybe not tested) are recorded, which creates a wrong result.

Thus the option start_coverage_after_reload is dropped and its behavior made the default.