Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-08 | Remove all files outside the source directory from the coverage report | Henk van der Laan | 1 | -10/+7 | |
Cuurently, a set of directories is filtered out from the output based on the location of system includes on most common linux distro's. This commit does away with the blacklist and implements a whitelist approach: only the files inside the source root are shown. | |||||
2018-01-30 | Echo coverage report uris after generation. Fixes #2805. | Félix Piédallu | 1 | -1/+10 | |
2017-12-17 | Exclude llvm/clang lib headers from test coverage | snsmac | 1 | -0/+1 | |
Excludes the /usr/lib/llvm-*/include/ directory from coverage. This directory is used on Ubuntu for the libclang-dev packages | |||||
2017-08-11 | Exclude system sources from test coverage | Stefan Sonski | 1 | -0/+1 | |
Exclude /usr/src/ from code coverage, this is included for e.g. gtest/gmock. | |||||
2017-05-13 | Strip system directories and show coverage for files not executed at all. ↵ | Jussi Pakkanen | 1 | -19/+37 | |
Closes #1721. | |||||
2017-05-13 | Moved coverage commands to a standalone script. | Jussi Pakkanen | 1 | -0/+61 | |