OpenCppCoverage
OpenCppCoverage
Hi, I prefer keeping the default HTML template simple to limit the code maintenance. Feel free to create a plugin for this export as described by [Writing an export plugin](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/Writing-an-export-plugin)....
Hi, `--sources` and `--modules` take a pattern and not a path as parameter. Please see [--modules arg](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/Command-line-reference#--modules-arg) This is a common pitfall and I will update the documentation. I hope...
Hello, There is no specific support for Windows Kernel Mode Driver. If you cannot run your code as a normal executable then OpenCppCoverage cannot compute the code coverage. I hope...
Hi, First, I am sorry for my late answer. Allow attaching OpenCppCoverage to a process is a recurring request, but: - To compute code coverage correctly, OpenCppCoverage must be attached...
Hello, `--modules` and `--sources` are just filters. See note [here](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/Command-line-reference#--modules-arg) for more information. Can you try running OpenCppCoverage without `--modules` or `--sources` and check if you see the missing files?...
Hello, I need to check if there were any changes to the Cobertura format. The current format works well with Jenkins and Team Foundation Server. Can you provide a full...
Hello, Thanks a lot for the fix! I will integrate it in the next release. OpenCppCoverage
@orgi : There is now a [SonarQube plugin](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/Plugin-usage).
Hello, ```c++ // ConsoleApplication1.exe int main(int argc, char** argv) { for (int i = 0; i < argc; ++i) std::cout
Hi @bamboolm , Thank you for opening this pull request. Can you describe with an example what problem you are trying to solve? What do you mean by `shared modules`?...