I hope to support the search-paths feature of gcovr. I am using ceedling in a codebase with a layered architecture design, where each layer has unit tests, which may result in gcov files generated by different unit test projects being located in different positions. To allow gcovr to recognize all files, I set the root of gcovr to the root path of the codebase, causing gcov files generated by different unit test projects to all be detected by gcovr. I hope to limit the search for gcovr files to the current folder, which requires using the search-paths feature of gcovr.
I hope to support the search-paths feature of gcovr. I am using ceedling in a codebase with a layered architecture design, where each layer has unit tests, which may result in gcov files generated by different unit test projects being located in different positions. To allow gcovr to recognize all files, I set the root of gcovr to the root path of the codebase, causing gcov files generated by different unit test projects to all be detected by gcovr. I hope to limit the search for gcovr files to the current folder, which requires using the search-paths feature of gcovr.