This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ The binary can be integrity checked using a SHASUM256 and SHASUM256.sig file. Th
5757
5858```
5959curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
60- curl -Os https://uploader .codecov.io/latest/linux/codecov
61- curl -Os https://uploader .codecov.io/latest/linux/codecov.SHA256SUM
62- curl -Os https://uploader .codecov.io/latest/linux/codecov.SHA256SUM.sig
60+ curl -Os https://cli .codecov.io/latest/linux/codecov
61+ curl -Os https://cli .codecov.io/latest/linux/codecov.SHA256SUM
62+ curl -Os https://cli .codecov.io/latest/linux/codecov.SHA256SUM.sig
6363
6464gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
6565
6666shasum -a 256 -c codecov.SHA256SUM
6767```
6868
69- For macos you will want to use the macos distributions of the binary (e.g., https://uploader .codecov.io/latest/macos/codecov )
69+ For macos you will want to use the macos distributions of the binary (e.g., https://cli .codecov.io/latest/macos/codecov )
7070
7171
7272# How to Upload to Codecov
You can’t perform that action at this time.
0 commit comments