Skip to content

Commit

Permalink
test: change path to colcon-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-tier4 committed Oct 15, 2024
1 parent fef4026 commit 3609168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/colcon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,12 @@ jobs:
name: colcon-logs
path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log

- name: log path
run: echo ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}

- name: Upload Coverage File
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: colcon-logs
path: /__w/driving_log_replayer/driving_log_replayer/ros_ws/build/driving_log_replayer/pytest_cov/driving_log_replayer/coverage.xml

# - name: Debug
# if: ${{ always() }}
# uses: mxschmitt/action-tmate@v3
path: /__w/driving_log_replayer/driving_log_replayer/ros_ws/build/driving_log_replayer/pytest_cov/driving_log_replayer/

report-test-result:
name: Get and upload Test Result
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sonar.sourceEncoding=UTF-8

sonar.language=py
sonar.python.version=3.10
sonar.python.coverage.reportPaths=./ros_ws/build/driving_log_replayer/pytest_cov/driving_log_replayer/coverage.xml
sonar.python.coverage.reportPaths=./colcon-logs/colcon-logs/coverage.xml

# sonar.log.level=DEBUG

0 comments on commit 3609168

Please sign in to comment.