Skip to content

Commit

Permalink
test: try with fixed dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-tier4 committed Oct 2, 2024
1 parent e13e005 commit ca6cd6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildAndRun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Build with SonarCloud Build Wrapper
run: |
source /opt/ros/${{ matrix.rosdistro }}/setup.bash
build-wrapper-linux-x86-64 --out-dir bw-output \
build-wrapper-linux-x86-64 --out-dir src/scenario_simulator_v2/bw-output \
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_CPP_MOCK_SCENARIOS=ON -DBUILD_TESTING=true -DCMAKE_CXX_FLAGS='-fprofile-arcs -ftest-coverage' -DCMAKE_C_FLAGS='-fprofile-arcs -ftest-coverage' --packages-up-to ${{ steps.list_packages.outputs.package_list }}
shell: bash

Expand Down Expand Up @@ -122,6 +122,6 @@ jobs:
with:
projectBaseDir: ./src/scenario_simulator_v2

- name: Debug
if: ${{ always() }}
uses: mxschmitt/action-tmate@v3
# - name: Debug
# if: ${{ always() }}
# uses: mxschmitt/action-tmate@v3
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sonar.projectVersion=1.0

sonar.sources=.
sonar.inclusions=**/src/**/*.cpp
sonar.exclusions=**/test/**
sonar.exclusions=**/test/**,**/mock/**

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit ca6cd6c

Please sign in to comment.