lcov
                                
                                 lcov copied to clipboard
                                
                                    lcov copied to clipboard
                            
                            
                            
                        LCOV
Since HTML5 using a name attribute on an anchor is obsolete, switch to an id which is the modern alternative. Signed-off-by: Jelle van der Waa
Hi, In my project appear in report that only one braces is not covered: https://app.codecov.io/gh/nativium/nativium/blob/main/modules/app-core/implementation/cpp/nativium/core/ApplicationCoreImpl.cpp Why this happen? Thanks.
This request contains an implementation of differential coverage + date- and owner- binning. A paper which describes the approach and the development methodology that they enable can be found at...
The intent of this PR is to get the test harness to run on more platforms. It replaces or wraps platform (or age) specific bits with more generic alternatives. The...
gcc version: 10.1.0 lcov version: 1.14 The program can generate gcno and gcda. When lcov is executed,will be reported as follows: "Processing test.gcda geninfo: WARNING: /d/desktop/cov_test/test.gcno: Overlong record at end...
mainly by using perl path functions instead of self-written code inspired by and partial from @Farigh
I performed a coverage test on Javascript engine ChakraCore. Nothing wrong with running of lcov, which command is ```command lcov --capture --directory ./ --no-external --rc lcov_branch_coverage=1 --output-file src_coverage.info ``` genhtml...
Hello, it seems that lcov/geninfo uses directory specified by `--base-directory` parameter for temporary files. This breaks parallel execution of multiple lcov instances on the same base directory, or of `base-directory`...
This resolves issue #84 by changing `process_graphfile` to call `filter_source_files` (which handles the `--include` and `--exclude` options) instead of only checking if files are external.
Is there a way to calculate incremental code coverage