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 committed Jan 18, 2024
1 parent 4b76837 commit 1f855d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual_code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
# 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|wrapyfi|g' ${GITHUB_WORKSPACE}/shared_directory/coverage.xml
sed -i 's|/opt/conda/envs/zeromq_yarp_ros2/lib/python3.10/site-packages/wrapyfi|wrapyfi|g' ${GITHUB_WORKSPACE}/shared_directory/coverage.xml
cat ${GITHUB_WORKSPACE}/shared_directory/coverage.xml # Optional: Print to verify
Expand Down

0 comments on commit 1f855d9

Please sign in to comment.