We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e0539 commit 4699f8dCopy full SHA for 4699f8d
README
@@ -109,11 +109,14 @@ Assuming the compile directory is called "appdir", do the following:
109
110
lcov --directory appdir --zerocounters
111
112
- b) Capturing the current coverage state to a file (works only after the
113
- application has been started and stopped at least once)
+ b) Capturing the current coverage state to a file
114
115
lcov --directory appdir --capture --output-file app.info
116
+ Note that this step only works after the application has
117
+ been started and stopped at least once. Otherwise lcov will
118
+ abort with an error mentioning that there are no data/.gcda files.
119
+
120
c) Getting HTML output
121
122
genhtml app.info
0 commit comments