Skip to content

Commit 7555fc8

Browse files
committed
fix project basedir?
1 parent da6bdd3 commit 7555fc8

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

sonar-project.properties

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)