Skip to content

Commit e22f50b

Browse files
committed
WIP
1 parent 42587c3 commit e22f50b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/tests.yml

+3-14
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
xcodebuild -workspace . \
3131
-scheme "TPPDF" \
3232
-sdk iphonesimulator \
33-
-destination "OS=16.2,name=iPhone 14 Pro" \
33+
-destination "OS=17.2,name=iPhone 15 Pro" \
3434
-configuration Debug \
3535
-enableCodeCoverage YES \
3636
-derivedDataPath /tmp/DerivedData \
@@ -60,21 +60,11 @@ jobs:
6060
6161
- # Codecov Coverage
6262
name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v3.1.1
63+
uses: codecov/codecov-action@v4
6464
with:
6565
fail_ci_if_error: true
6666
files: ./unit-tests.coverage.lcov,./integration-tests.coverage.lcov
6767
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
7868

7969
macos-unit-tests:
8070
name: macOS Unit Tests
@@ -100,9 +90,8 @@ jobs:
10090
10191
- # Codecov Coverage
10292
name: Upload coverage to Codecov
103-
uses: codecov/codecov-action@v3.1.1
93+
uses: codecov/codecov-action@v4
10494
with:
10595
fail_ci_if_error: true
10696
files: ./coverage.lcov
10797
flags: macOS
108-
path_to_write_report: coverage_report.txt

0 commit comments

Comments
 (0)