File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ jobs:
36
36
env :
37
37
DEVELOPER_DIR : ${{ env.CI_XCODE }}
38
38
- name : Upload coverage to Codecov
39
- uses : codecov/codecov-action@v3
39
+ uses : codecov/codecov-action@v4
40
40
with :
41
41
files : ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
42
42
env_vars : SPM
43
43
fail_ci_if_error : true
44
+ token : ${{ secrets.CODECOV_TOKEN }}
44
45
env :
45
46
DEVELOPER_DIR : ${{ env.CI_XCODE }}
46
47
@@ -60,10 +61,11 @@ jobs:
60
61
run : |
61
62
llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/ParseServerSwiftPackageTests.xctest -instr-profile .build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > info_linux.lcov
62
63
- name : Upload coverage to Codecov
63
- uses : codecov/codecov-action@v3
64
+ uses : codecov/codecov-action@v4
64
65
with :
65
66
env_vars : LINUX
66
67
fail_ci_if_error : true
68
+ token : ${{ secrets.CODECOV_TOKEN }}
67
69
68
70
docs :
69
71
timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments