Skip to content

Commit

Permalink
Use gcov instead of lcov for sonar (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed May 23, 2023
1 parent b102678 commit 15b2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=moveit

sonar.python.version=3
sonar.sources=.work/target_ws/src
sonar.cfamily.llvm-cov.reportPath=.work/target_ws/coverage.info
sonar.cfamily.gcov.reportPath=.work/target_ws/coverage.info
sonar.scm.exclusions.disabled=true
sonar.exclusions=.work/target_ws/src/moveit2/moveit_planners/test_configs/prbt_ikfast_manipulator_plugin/src/prbt_manipulator_ikfast_solver.cpp
sonar.cfamily.compile-commands=.work/target_ws/build/compile_commands.json

0 comments on commit 15b2331

Please sign in to comment.