Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 11, 2023
1 parent feb7bc8 commit 58b6b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@ jobs:
if [ $? -ge 1 ]; then return 1; fi
- name: Upload CodeCov Results
if: ${{ matrix.job_type }} == codecov
shell: bash
run: |
if [[ "${{ matrix.job_type }}" == "codecov" ]]; then
source $GITHUB_WORKSPACE/target_ws/install/setup.bash
cd $GITHUB_WORKSPACE/target_ws
colcon build --cmake-target ccov-all --packages-select tesseract_collision tesseract_common tesseract_environment tesseract_geometry tesseract_kinematics tesseract_srdf tesseract_state_solver tesseract_scene_graph tesseract_urdf
cd src/tesseract
git config --global --add safe.directory $GITHUB_WORKSPACE/target_ws/src/tesseract
git config --global --add safe.directory $GITHUB_WORKSPACE/target_ws/src
bash <(curl -s https://codecov.io/bash) -t 758610a6-d851-4185-a01a-5b9465889b62 -s $GITHUB_WORKSPACE/target_ws/build -f *all-merged.info'
fi

0 comments on commit 58b6b87

Please sign in to comment.