Commit cfe4c55 1 parent 1f4cb58 commit cfe4c55 Copy full SHA for cfe4c55
File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -61,18 +61,13 @@ jobs:
61
61
-scheme EventideTests \
62
62
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.1' \
63
63
-resultBundlePath build/reports/EventideTests.xcresult
64
-
65
- - name : Prepare coverage xml file
66
- run : |
67
- xcresultparser \
68
- --output-format cobertura \
69
- build/reports/EventideTests.xcresult > build/reports/ios-coverage.xml
64
+ -enableCodeCoverage YES
70
65
71
66
- name : Upload coverage report as artifact
72
67
uses : actions/upload-artifact@v4
73
68
with :
74
69
name : ios-coverage
75
- path : build/reports/ios-coverage.xml
70
+ path : build/reports/EventideTests.xcresult
76
71
77
72
android-tests :
78
73
runs-on : ubuntu-latest
@@ -131,4 +126,4 @@ jobs:
131
126
with :
132
127
token : ${{ secrets.CODECOV_TOKEN }}
133
128
fail_ci_if_error : true
134
- files : ./coverage/lcov.info,./build/reports/ios-coverage.xml ,./android/build/reports/jacocoTestReport.xml
129
+ files : ./coverage/lcov.info,./build/reports/EventideTests.xcresult ,./android/build/reports/jacocoTestReport.xml
You can’t perform that action at this time.
0 commit comments