About 93,300 results
Open links in new tab
  1. What is code coverage and how do YOU measure it? [closed]

    Oct 12, 2008 · Code coverage is a measurement of how many lines/blocks/arcs of your code are executed while the automated tests are running. Code coverage is collected by using a …

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

    Dec 12, 2021 · I've downloaded the latest VS2022 v17.1 Community Edition and it doesn't come with Code Coverage built-in. I'm accustomed to the Enterprise Edition and all I can find is paid …

  3. How to see code coverage result in Visual Studio 2022 professional

    Nov 30, 2022 · I am using visual studio 2022 professional. Used Xunit, wrote unit cases in the project. How can I see the code coverage percentage. Suggestions will be appreciated. …

  4. How to properly use coverage.py in Python? - Stack Overflow

    Apr 9, 2016 · Please see demo-06-test-coverage and demo-07-coverage-reports-combined as an example how to configure "coverage" in a project using the src-layout and pyproject.toml.

  5. How to view code coverage details in Intellij - Stack Overflow

    Oct 21, 2016 · When I run Code Coverage -either as part of invoking a unit test or from Analyze | Generate Coverage Report the result is only a one-line summary as shown: Instead what we …

  6. language agnostic - What is Code Coverage? - Stack Overflow

    Mar 3, 2014 · Code coverage is a metric, showing how "well" the source code is tested. There are several types of code coverage: line coverage, function coverage, branch coverage.

  7. Code coverage vs Functional Coverage - OVM - Verification …

    Mar 17, 2008 · Hi All, Can any body describes the difference between Code Coverage vs Functinal Coverage Which is more important and Why we need them.

  8. Excluding files from code coverage analysis in Azure devops pipeline

    Jun 14, 2022 · I have enabled code coverage in Cobertura format and I am trying to exclude some files (Especially 3rd party DLLs) from Code Coverage analysis in the Azure DevOps pipeline. …

  9. Java Code Coverage in Visual Studio Code - Stack Overflow

    Aug 22, 2018 · I'm finding the code coverage to be inaccurate. The code gutter and coverage report are showing uncovered code, yet I have unit tests that do cover the code, verified by …

  10. Viewing Code Coverage Results outside of Visual studio

    Jun 6, 2010 · I've got some unit tests, and got some code coverage data. Now, I'd like to be able to view that code coverage data outside of visual studio, say in a web browser. But, when I …

Refresh