Skip to content

Commit

Permalink
fix cov path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Aug 24, 2024
1 parent d713a08 commit 5bdae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Convert Xcode test results for code coverage upload
if: matrix.script == 'test:ios'
env:
COVERAGE_PATH: ${GITHUB_WORKSPACE}/build/${{ matrix.script }}-coverage.xml
COVERAGE_PATH: ${{ github.workspace }}/build/${{ matrix.script }}-coverage.xml
run: |
echo COVERAGE_PATH=${COVERAGE_PATH//:/-} >> $GITHUB_ENV
echo "TEST_RESULTS: $TEST_RESULTS"
Expand Down

0 comments on commit 5bdae69

Please sign in to comment.