code_coverage
code_coverage copied to clipboard
ROS package to run coverage testing
Following the instructions in the readme, I find I still get circular dependencies in cmake. I can prevent it by commenting out the `DEPENDS ${Coverage_DEPENDENCIES}` line in the `_cleanup_cpp` custom...
My workplace uses the company name as a package prefix for internal ROS packages, and as a result most packages are "companyname_foo". To cut down to redundancy, these packages are...
Hi, I have a question regarding branch coverage. I have turned on the branch coverage in the config file `/etc/lcovrc' ``` # Specify if branch coverage data should be collected...
With regard to issue https://github.com/mikeferguson/code_coverage/issues/30. To use Clang coverage tools (llvm-cov), user will need to specify: ``` APPEND_COVERAGE_COMPILER_FLAGS(COMPILER clang) ``` Existing workflows remain the same as they were, no arguments...
I just wanted to ask if you already had any thoughts or even progress in providing code-coverage for ros2 packages?
Is this package expected to work with clang? When following the instructions, the result of a coverage run is: /usr/bin/lcov -c -i -d . -o my_package_coverage_report.base Capturing coverage data from...
Let's say I have a couple of packages in my workspace and want to generate a coverage report for all the code in all packages that gets touched using a...
We use sonarcloud for our analysis and it doesn't understand the `.info` files generated. It does however understand `.gcov` files. Would it be possible to expose gcov files?