intersystems / TestCoverage

Test Coverage Tool
MIT License
9 stars 8 forks source link

Fix pause monitor #48

Closed isc-cge closed 2 months ago

isc-cge commented 2 months ago

At the end of a test suite or the equivalent for the coverage level (i.e. when EndCoverageTracking is called but the unit tests aren't completely done), we call Pause() on the Line-By-Line Monitor, but when that resumes, I previously didn't resume the Python coverage tracker; now we do.

isc-tleavitt commented 2 months ago

Good to merge once CI finishes.