lcov
cygwin lcov genhtml: ERROR: cannot create directory ?
I am executing the following command, which is resulting in the error below. I have chmod 777 to all directories involved. The css and image files are written successfully, but the html file(s) is not[详细]
2023-04-01 19:26 分类:问答Looking for a way to exclude files used by geninfo/genhtml
We are trying to use geninfo and genhtml (alternative to gcovr, see here) to produce an html page using coverage provided by gcov.[详细]
2023-03-19 15:55 分类:问答How to upgrade lcov if you already have one in ubuntu?
I have lcov installed on my ubuntu 10.1. My lcov version is 1.8, how do I upgrade to the latest ver开发者_如何学Pythonsion, which is 1.9?I just installed the .deb from Natty: http://packages.ubuntu.co[详细]
2023-02-07 07:36 分类:问答How to use lcov test coverage tool with Hudson continuous integration?
In my environment developers use lcov from command line when working with source code\'s module tests.[详细]
2023-01-11 19:47 分类:问答Is it normal for gcov to peg the CPU at 100%
I\'m running gcov (through lcov) over a medium-sized project. It\'s had the CPU at close to 100% for quite a whi开发者_JS百科le (not sure exactly how long, but over 30 minutes). The memory isn\'t ball[详细]
2023-01-06 13:14 分类:问答Autotools automatic invocation of lcov after 'make check'
I have successfully set up an autotools project where the tests compiles with开发者_开发百科 instrumentation so I can get a test coverage report.[详细]
2022-12-31 04:22 分类:问答gcov line count is different from no of lines in source code
output of gcov says no of lines executed 70 % of 10 but my code has more than 10 lines.. it does not count braces , else statement[详细]
2022-12-29 22:34 分类:问答lcov or gcov -- how to large project analyze
I have large project to analyse. How to use gcov or lcov for it. I found plenty of document for gcov for a si开发者_运维知识库ngle C file.[详细]
2022-12-29 05:58 分类:问答Unable to merge coverage data using genhtml
I\'m using genhtml (in Windows under cygwin) to generate a unit test coverage report from 2 coverage data files.They are all coverage data from the same unit test source file.[详细]
2022-12-16 00:49 分类:问答Error on syntax for generating coverage data from multiple files using lcov in Windows
I would like some help... I\'m having trouble coming up with the syntax to generate coverage data from multiple files using lcov in Windows.[详细]
2022-12-14 10:00 分类:问答