Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codecov/codecov-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: codecov/codecov-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 6 commits
  • 17 files changed
  • 4 contributors

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    d3f982f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    7432bad View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: retry all 5xx status code errors (#452)

    Fixes: codecov/engineering-team#1709
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    joseph-sentry authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bd4f749 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. support python 3.12 (#458)

    * fix: use raw strings for SyntaxWarning on 3.12
    
    As show with: `python3.12 -m compileall -f $(git ls-files '*.py')`
    
    * ci: add python 3.12
    
    thanks @branchvincent for these changes
    branchvincent authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    24d49dd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. feat: support new tokenless protocol (#447)

    * feat: add new tokenless support
    
    We no longer have to send the X-Tokenless header
    anymore.
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    
    * fix: remove github API call from tokenless
    
    we no longer want to make the github API call to check if the current
    ref we are uploading from is a PR to determine what to set the tokenless
    header to. It's no longer necessary and all that is needed for tokenless
    is to pass the correct  branch name (containing a ':') to the create
    commit step so that tokenless works. The CLI will automatically check if
    the TOKENLESS env var has been set by the action. The action will set
    this env var when it detects it's running on a fork.
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    
    * fix: address feedback
    
    * fix: add clarifying comment
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    
    * test: fix tests
    
    * chore: make lint
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    
    * chore: make lint
    
    ---------
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    joseph-sentry authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    74c67b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    e8918c2 View commit details
    Browse the repository at this point in the history
Loading