About 888,000 results
Open links in new tab
  1. Determine code testing coverage - Visual Studio (Windows)

    May 29, 2025 · To determine what proportion of your project's code is being tested by coded tests such as unit tests, you can use the code coverage feature of Visual Studio. To effectively …

  2. Use code coverage for unit testing - .NET | Microsoft Learn

    Jan 29, 2024 · .NET includes a built-in code coverage data collector, which is also available in Visual Studio. This data collector generates a binary .coverage file that can be used to …

  3. How to get Code Coverage from Unit Tests in Visual Studio 2022 ...

    Dec 12, 2021 · You have Fine Code Coverage working with VS 2022, you can access to it here https://github.com/FortuneN/FineCodeCoverage/releases and click on the 2022 file. After that, …

  4. Customizing Code Coverage Analysis - Visual Studio (Windows)

    Apr 1, 2025 · To customize code coverage, follow these steps: Add a run settings file to your solution. In Solution Explorer, on the shortcut menu of your solution, choose Add > New Item, …

  5. Microsoft.CodeCoverage.Console tool - Visual Studio (Windows)

    Jan 29, 2025 · Use the Microsoft.CodeCoverage.Console tool to collect code coverage for C++ and C# code in nontest scenarios, and merge and convert code coverage reports.

  6. Does Visual Studio have code coverage for unit tests?

    Jul 16, 2018 · Only Visual Studio 2015 Enterprise has code coverage built-in. See the feature matrix for details. You can use the OpenCover.UI extension for code coverage check inside …

  7. How to see code coverage result in Visual Studio 2022 …

    Nov 30, 2022 · Navigate to Extensions -> Manage extension and type Fine code coverage in Search control on the top of the right: After installing restart the studio. Fine code coverage …

  8. Testing - Visual Studio Code

    Test coverage: run tests with coverage to see how much of your code is covered by your tests. AI-assisted testing: use GitHub Copilot in VS Code to assist you with setting up your testing …

  9. Fine Code Coverage - Visual Studio Marketplace

    Supports .NET Core projects, .NET Framework projects and ( probably !) C++ projects. Please read the README for configuration and full details. Run a (some) unit test (s) and ... Check …

  10. Next-Gen Code Coverage in Visual Studio: Enhanced C

    Sep 24, 2024 · We have completely overhauled the C++ code coverage support to improve reliability, performance, and security. The new implementation, powered by MSVC compiler …

  11. Some results have been removed