diff --git a/.github/workflows/coverage_report.yml b/.github/workflows/coverage_report.yml index 9084001..cc490f7 100644 --- a/.github/workflows/coverage_report.yml +++ b/.github/workflows/coverage_report.yml @@ -7,6 +7,7 @@ on: jobs: deploy: + name: Deploy coverage report environment: name: github-pages url: ${{ steps.deployment.outputs.url }} @@ -43,6 +44,8 @@ jobs: - name: Source ROS run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash + working-directory: catkin_ws + shell: bash - name: Build lpp run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE="Debug" -DENABLE_COVERAGE=1 && make