VS Code Coverage Improvements
Wallaby for VS Code now shows file-level code coverage directly in the Explorer View and the Test Coverage View. This makes it easier to spot what’s covered (and what isn’t) at a glance.
The feature availability is based on VS Code’s built-in test coverage settings. To disable coverage in the Explorer View, you can disable the testing.showCoverageInExplorer
setting.
These new features augment the existing Wallaby coverage features in the Side View, providing a more integrated experience for managing test coverage.