Announcement
· Jul 23

Test coverage is now available in VS Code

Users of the %UnitTest framework can now get test coverage information inside VS Code by combining the latest release (v2.0.0) of the InterSystems Testing Manager extension with @Timothy Leavitt's impressive Test Coverage Tool.

Above you can see the Test Coverage pane, which I have moved to the secondary sidebar on the right so it can more easily be explored in conjunction with the Test Explorer on the left.

Notice how the most recent test run (of all Test Coverage Tool's own unit tests) covered the BitValue method of TestCoverage.Procedures but not the BitCount method (nor 6 other methods). Overall only 43.08% of executable lines in the TestCoverage package were covered by unit tests.

This significant upgrade to the InterSystems Testing Manager is my entry into the current Developer Tools contest. If you like it please be ready to support it when voting opens next week.

Discussion (0)1
Log in or sign up to continue