Skip to content

Commit

Permalink
Apparently I broke the ci_testbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Aug 7, 2024
1 parent 7706a41 commit 5ef1e92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ jobs:
path: build/TestResults.xcresult
if: always()

- name: Convert test results for Codecov
if: always()
run: |
set -o pipefail && \
xcresultparser --output-format cobertura \
build/TestResults.xcresult > artifacts/coverage.xml
- name: Report test coverage to Codecov
if: always()
uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions scripts/github-ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mkdir -p build/reports

cp build/test.log artifacts
cp -r build/TestResults.xcresult artifacts
xcresultparser --output-format cobertura build/TestResults.xcresult >artifacts/coverage.xml

RESULT=$(grep -A1 "Test Suite 'All tests'" artifacts/test.log | tail -1 | sed -e 's/^[ ]+//')

Expand Down

0 comments on commit 5ef1e92

Please sign in to comment.