File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,19 @@ jobs:
182182 # Don't run if SONAR_TOKEN is not set (i.e. PR job from a fork)
183183 if : matrix.env.CCOV && steps.ici.outputs.target_test_results == '0' && env.SONAR_TOKEN != ''
184184 uses :
SonarSource/[email protected] 185+ with :
186+ projectBaseDir : ${{ env.BASEDIR }}/target_ws
187+ # Workaround for not being able to put the sonar-project.properties into target_ws due to.. permissions problems???
188+ args : >
189+ --define sonar.projectKey="ros-planning_moveit2"
190+ --define sonar.organization="moveit"
191+ --define sonar.python.version="3"
192+ --define sonar.sources="./src"
193+ --define sonar.cfamily.gcov.reportPath="./coverage.info"
194+ --define sonar.scm.exclusions.disabled="true"
195+ --define sonar.exclusions="./src/moveit2/moveit_planners/test_configs/prbt_ikfast_manipulator_plugin/src/prbt_manipulator_ikfast_solver.cpp"
196+ --define sonar.cfamily.compile-commands="./build/compile_commands.json"
197+
185198 - name : Prepare target_ws for cache
186199 if : always() && !matrix.env.CCOV
187200 run : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments