Releases: intersystems/TestCoverage
Releases · intersystems/TestCoverage
Release list
v4.1.2
Automated release created by action-gh-release.
v4.1.1
Automated release created by action-gh-release.
v4.1.0
Automated release created by action-gh-release.
v4.0.7
Automated release created by action-gh-release.
v4.0.6
Automated release created by action-gh-release.
v4.0.5
v4.0.4
Fixed
#54: Defend against possible configuration-dependent SQL exceptions in mapping INT to MAC/CLS coverage
v4.0.3
Automated release created by action-gh-release.
v4.0.2
[4.0.2] - 2024-08-16
Fixed
- #51: Don't start (and stop) the ObjectScript and Python monitors if there are no ObjectScript/Python routines being tracked respectively, fixes error from trying to start/stop the %Monitor.System.LineByLine with no routines
v4.0.1
[4.0.1] - 2024-08-16
Fixed
- #45: Fixed Python line 0 tracking for 2024.2
- #46: Fix for bug caused by UpdateComplexity calling GetCurrentByName unnecessarily and causing dependency issues
- #47: Fixed mapping issue caused by empty lines at top of Python method not showing up in compiled Python
- #48: When the Line-By-Line Monitor resumes after pausing, resume the Python tracer too
- #49: Added user parameter for preloading python modules (fixes problem of pandas breaking sys.settrace on first import)