Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Aug 24, 2024
1 parent c6226df commit d713a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
- name: Convert Xcode test results for code coverage upload
if: matrix.script == 'test:ios'
env:
COVERAGE_PATH: 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"
echo "COVERAGE_PATH: $COVERAGE_PATH"
echo "COVERAGE_PATH: ${{ env.COVERAGE_PATH }}"
set -o pipefail && \
xcresultparser --output-format cobertura \
"$TEST_RESULTS" >"$COVERAGE_PATH"
Expand Down

0 comments on commit d713a08

Please sign in to comment.