Skip to content

Commit

Permalink
Update manual_code_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabawi authored Jan 18, 2024
1 parent 3fd5d80 commit 71369a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/manual_code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
# coverage report --data-file=/tmp/shared_volume/.coverage && \
# coverage xml -o /tmp/shared_volume/coverage.xml --data-file=/tmp/shared_volume/.coverage"

# Step 7: Modify codecov paths
- name: Modify paths in coverage.xml
run: |
sed -i 's|.opt.conda.envs.zeromq_yarp_ros2.lib.python3.10.site-packages.wrapyfi|.|g' ${GITHUB_WORKSPACE}/shared_directory/coverage.xml
sed -i 's|/opt/conda/envs/zeromq_yarp_ros2/lib/python3.10/site-packages/wrapyfi||g' ${GITHUB_WORKSPACE}/shared_directory/coverage.xml
cat ${GITHUB_WORKSPACE}/shared_directory/coverage.xml # Optional: Print to verify
# Step 7: Modify codecov paths
- name: Modify paths in coverage.xml
run: |
Expand Down

0 comments on commit 71369a8

Please sign in to comment.