Skip to content

Commit 251a7db

Browse files
Update README links to point to new repository (#97)
This also fixes links to the archived repo from PyPI. --------- Co-authored-by: Tom Hu <[email protected]>
1 parent 75b50a7 commit 251a7db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codecov-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CodecovCLI
22

3-
[![codecov](https://codecov.io/gh/codecov/codecov-cli/branch/master/graph/badge.svg?token=jN0CICuA6Z)](https://codecov.io/gh/codecov/codecov-cli)
4-
[![Build-Test-Upload](https://github.com/codecov/codecov-cli/actions/workflows/push_flow.yml/badge.svg)](https://github.com/codecov/codecov-cli/actions/workflows/push_flow.yml)
3+
[![codecov](https://codecov.io/github/getsentry/prevent-cli/graph/badge.svg?token=K1xQn7DaxT)](https://codecov.io/github/getsentry/prevent-cli)
4+
[![Build-Test-Upload](https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml)
55

66
CodecovCLI is a new way for users to interact with Codecov directly from the user’s terminal or CI platform. Many Codecov features that require the user’s interference can be done via the codecovCLI. It saves commits, creates reports, uploads coverage and has many more features.
77

@@ -41,7 +41,7 @@ The above command will download the latest version of Codecov-cli. If you wish t
4141
Note: If you're installing in a `pyenv` environment, you may need to call `pyenv rehash` before the CLI will work.
4242

4343
## As a Binary
44-
If you would like to use the CLI in an environment that does not have access to Python / PIP, you can install the CLI as a compiled binary. Linux and macOS releases can be found [here](https://cli.codecov.io/), along with SHASUMs and signatures for each released version. Binary releases are also available via [Github releases](https://github.com/codecov/codecov-cli/releases) on this repository.
44+
If you would like to use the CLI in an environment that does not have access to Python / PIP, you can install the CLI as a compiled binary. Linux and macOS releases can be found [here](https://cli.codecov.io/), along with SHASUMs and signatures for each released version. Binary releases are also available via [Github releases](https://github.com/getsentry/prevent-cli/releases) on this repository.
4545

4646
You can retrieve the Binary for Linux directly from your command line as follows:
4747

@@ -99,7 +99,7 @@ The following tokens are suitable for uploading:
9999
If the installation is successful, running `codecovcli --help` will output the available commands along with the different general options that can be used with them.
100100

101101
> [!IMPORTANT]
102-
> For up-to-date command usage, please check the `codecovcli_commands` [file](https://github.com/codecov/codecov-cli/blob/main/codecovcli_commands)
102+
> For up-to-date command usage, please check the `codecovcli_commands` [file](https://github.com/getsentry/prevent-cli/blob/main/codecov-cli/codecovcli_commands)
103103
104104
```
105105
Usage: codecovcli [OPTIONS] COMMAND [ARGS]...

0 commit comments

Comments
 (0)