Top "Code-coverage" questions

"Code coverage" (synonym: test coverage) is a measure of the amount of application source code that has been exercised, usually by some testing regime, often by unit testing.

Skipping JaCoCo execution due to missing execution data error

I am getting Skipping JaCoCo execution due to missing execution data file:/scratch/jenkins/workspace/sonar-test/target/jacoco.exec error …

maven jenkins code-coverage jacoco
Android test code coverage with JaCoCo Gradle plugin

I'm new to Gradle and Android testing but I've already converted my Android project to build with Gradle. Now I'm …

android testing gradle code-coverage jacoco
Code Coverage with Jenkins

I am being asked to use Jenkins to test code coverage for a Java Project. The issue is I have …

java jenkins code-coverage cobertura jacoco
Code Coverage for Typescript

We've just started a project in Typescript and we need to get code coverage figures. Our existing JavaScript projects use …

javascript code-coverage typescript
Perl build, unit testing, code coverage: A complete working example

Most Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage …

perl unit-testing build-process build-automation code-coverage
cobertura in eclipse

I just installed ecobertura plugin, but it looks like not a very user-friendly tool from within eclipse. is there any …

java eclipse code-coverage cobertura
coverage.py: exclude files

How do I exclude entire files from coverage.py reports? According to the documentation you can exclude code by matching …

python testing software-quality code-coverage coverage.py
Find unused code in a Rails app

How do I find what code is and isn't being run in production ? The app is well-tested, but there's a …

ruby-on-rails ruby refactoring code-coverage
How do code coverage tools work?

How do code coverage tools like NCover know what parts of the code were executed and what parts were not?

code-coverage
.net core projects code coverage visual studio 2017

I am using Visual Studio Enterprise 2017 to develop my .net core projects. My solution also has some unit test projects …

code-coverage visual-studio-2017 xunit vs-unit-testing-framework