Fucini Coverage Studio for Visual StudioReads the coverage file your build already wrote and paints it on the code. Visual Studio 2022 and 2026 — Community, Professional and Enterprise alike. Your build, your CI job or your target already writes a coverage report: lcov, llvm-cov, gcov, Cobertura, JaCoCo, OpenCover, coverlet, TRACE32 — 25 formats. This extension opens it and shows you, in the editor, what your tests never ran. It does not use Visual Studio's own code coverage, which on Visual Studio 2022 is Enterprise-only: on Community and Professional it is the only coverage the IDE will show, and on Enterprise it reads the reports Visual Studio's own tool cannot. It is the Visual Studio edition of Coverage Studio for VS Code: the same reader,
so the same report gives the same numbers, to the digit, in both editors, and
the same
In the editor
The Coverage windowUnder View → Other Windows → Coverage: every file with its lines, branches, functions, MC/DC and CRAP score, one score over all of them, sortable, the files no test loaded listed beneath as unmeasured. A menu on each row opens the file or its folder and copies its path. The status bar carries the run's score and the open file's, each opening the full card.
What it readslcov, llvm-cov, gcov and gcovr, Cobertura, JaCoCo, Istanbul, Clover, OpenCover
and coverlet, coverage.py, SimpleCov, Go, GNATcoverage, BullseyeCoverage,
Testwell CTC++, VectorCAST, TRACE32, xccov, Coveralls, SonarQube generic, EMMA,
NCover, dotCover, UCIS and Visual Studio's own Whatever wrote the file: C, C++, C#, Visual Basic, Java, Python, Go, Rust, Swift, Objective-C, Ada, PHP, Ruby, JavaScript and TypeScript. Settings, in 18 languagesThe gear in the Coverage window's toolbar opens every setting, grouped and
explained, written to this edition's user settings or the folder's
LicenceIncluded with every paid Coverage Studio plan — Pro, Pro Plus, Business and Enterprise — and covered by a 7-day pass for its week. A machine where Coverage Studio for VS Code is activated needs nothing more: the key is found by itself. Anywhere else, Tools → Coverage Studio → Licence… takes the subscription code from your activation e-mail. There is no free tier in Visual Studio; without a subscription no coverage is read. Plans and prices: https://fucini.software/coverage-studio/pricing.html Not yet in this editionRun Tests with Coverage and the Test Coverage panel are VS Code APIs, and Solution Explorer cannot show badges. The annotated source view, the HTML report and the exports, threshold checks, Error List entries, history and diff coverage follow in the order subscribers ask for them. Links
|

