Top "Lcov" questions

LCOV is a graphical front-end for GCC's coverage testing tool gcov

Is there a way to focus lcov code coverage reports to just one or two directories?

I recently started using lcov to visualize my code coverage. It's a great tool. One thing I'm noticing is that …

code-coverage gcov lcov
C++ Using gcov and lcov problem?

I am using ubuntu 10.1, g++ compiler. I trying to use gcov and lcov for my C++ project. I manage to …

c++ gcov lcov
LCOV/GCOV branch coverage with C++ producing branches all over the place

We are using LCOV/GCOV to produce test coverage of our projects. Recently we tried to enable branch-coverage additionally. But …

c++ code-coverage gcov lcov
generating branch coverage data for lcov

i'm trying to use lcov for code coverage metrics, but I cannot get branches coverage to work. Here's how i'm …

c++ testing code-coverage lcov
How to remove certain directories from lcov code coverage report?

I'm not too strong with using lcov and shell scripting so it's a learning process for me. I understand the …

bash shell lcov
Is there any actively supported lcov port for windows

I measure coverage for my code using gcov library and I would like to generate coverage report in user-friendly format. …

windows gcov lcov
With gcov, is it possible to merge to .gcda files?

I have the same source files (C and Obj-C) being compiled into two targets: the unit test executable and the …

gcc code-coverage gcov lcov
Adding lcov to Hudson

rather new to Hudson here. I was wondering, how would one integrate lcov with it? How would I install the …

hudson code-coverage gcov lcov
How do I tell lcov where to find my .cpp & .h files?

My source and build tree looks like this (see Makefile to put object files from source files different directories into …

c++ code-coverage gcov lcov unittest++
Sonarqube does not retrieve my JavaScript coverage from LCOV

I have an application with the following structure: my-application +- pom.xml +- app | +- scripts | | +- app.js | | +- **/*.…

javascript sonarqube code-coverage lcov karma-coverage