Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
disabled for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jul 15, 2024
1 parent 8f2a68b commit 0045c3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
working-directory: platforms/ios/example
run: exec ./ios-test-coverage.sh

- name: Collect coverage
working-directory: platforms/ios/example
run: xcresultparser -q -o cobertura -t Wysiwyg -p $(pwd) tests.xcresult > tests.xml

- name: Upload unit test coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand All @@ -74,10 +70,6 @@ jobs:
working-directory: platforms/ios/example
run: exec ./ios-ui-test-coverage.sh

- name: Collect coverage
working-directory: platforms/ios/example
run: xcresultparser -q -o cobertura -t Wysiwyg -p $(pwd) ui-tests.xcresult > ui-tests.xml

- name: Upload ui test coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 0045c3b

Please sign in to comment.