File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change
1
+ codecov :
2
+ require_ci_to_pass : no
3
+ coverage :
4
+ status :
5
+ project :
6
+ default :
7
+ target : auto
8
+ threshold : 5
1
9
ignore :
2
10
- Tests
Original file line number Diff line number Diff line change 59
59
-skipPackagePluginValidation \
60
60
-skipMacroValidation
61
61
# OTHER_SWIFT_FLAGS="-warnings-as-errors" Conflicting options '-warnings-as-errors' and '-suppress-warnings'
62
- profdata_file_path=$(find . -path "./.build-test-debug/Build/ProfileData/*/Coverage.profdata" -type f)
63
- xcrun llvm-cov show \
64
- -instr-profile=$profdata_file_path \
65
- .build-test-debug/Build/Products/Debug-iphonesimulator/OpenGraphTests.xctest/OpenGraphTests \
66
- > coverage.txt
67
- - uses : codecov/codecov-action@v3
68
- with :
69
- token : ${{ secrets.CODECOV_TOKEN }}
70
- verbose : true
Original file line number Diff line number Diff line change 50
50
-c release \
51
51
--enable-code-coverage \
52
52
--build-path .build-test-release
53
- - uses : codecov/codecov-action@v3
53
+ - uses : codecov/codecov-action@v5
54
54
with :
55
55
token : ${{ secrets.CODECOV_TOKEN }}
56
56
verbose : true
You can’t perform that action at this time.
0 commit comments