Commit e22f50b 1 parent 42587c3 commit e22f50b Copy full SHA for e22f50b
File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 30
30
xcodebuild -workspace . \
31
31
-scheme "TPPDF" \
32
32
-sdk iphonesimulator \
33
- -destination "OS=16 .2,name=iPhone 14 Pro" \
33
+ -destination "OS=17 .2,name=iPhone 15 Pro" \
34
34
-configuration Debug \
35
35
-enableCodeCoverage YES \
36
36
-derivedDataPath /tmp/DerivedData \
@@ -60,21 +60,11 @@ jobs:
60
60
61
61
- # Codecov Coverage
62
62
name : Upload coverage to Codecov
63
- uses : codecov/codecov-action@v3.1.1
63
+ uses : codecov/codecov-action@v4
64
64
with :
65
65
fail_ci_if_error : true
66
66
files : ./unit-tests.coverage.lcov,./integration-tests.coverage.lcov
67
67
flags : iOS
68
- xcode_archive_path : test_output.xcresults
69
- path_to_write_report : coverage_report.txt
70
-
71
- - # Upload the generated Codecov report to the GitHub artifacts
72
- name : Upload coverage report
73
- uses : actions/upload-artifact@v4
74
- if : success()
75
- with :
76
- name : coverage_report.txt
77
- path : coverage_report.txt
78
68
79
69
macos-unit-tests :
80
70
name : macOS Unit Tests
100
90
101
91
- # Codecov Coverage
102
92
name : Upload coverage to Codecov
103
- uses : codecov/codecov-action@v3.1.1
93
+ uses : codecov/codecov-action@v4
104
94
with :
105
95
fail_ci_if_error : true
106
96
files : ./coverage.lcov
107
97
flags : macOS
108
- path_to_write_report : coverage_report.txt
You can’t perform that action at this time.
0 commit comments