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:
3636 env :
3737 DEVELOPER_DIR : ${{ env.CI_XCODE }}
3838 - name : Upload coverage to Codecov
39- uses : codecov/codecov-action@v3
39+ uses : codecov/codecov-action@v4
4040 with :
4141 files : ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
4242 env_vars : SPM
4343 fail_ci_if_error : true
44+ token : ${{ secrets.CODECOV_TOKEN }}
4445 env :
4546 DEVELOPER_DIR : ${{ env.CI_XCODE }}
4647
@@ -60,10 +61,11 @@ jobs:
6061 run : |
6162 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
6263 - name : Upload coverage to Codecov
63- uses : codecov/codecov-action@v3
64+ uses : codecov/codecov-action@v4
6465 with :
6566 env_vars : LINUX
6667 fail_ci_if_error : true
68+ token : ${{ secrets.CODECOV_TOKEN }}
6769
6870 docs :
6971 timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments