Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov Uploads only require 1 network request for basic usage #2535

Open
trent-codecov opened this issue Sep 18, 2024 · 0 comments
Open

Codecov Uploads only require 1 network request for basic usage #2535

trent-codecov opened this issue Sep 18, 2024 · 0 comments
Labels
epic this label is used to mark issues as epics
Milestone

Comments

@trent-codecov
Copy link
Contributor

trent-codecov commented Sep 18, 2024

The current upload process with the CLI requires a call to create commit, create report and then do upload. Each of these endpoints only take the commit sha as the input. As such there is no reason for these to be separate calls in the basic scenario. Users can still call the individual endpoints for more advanced scenarios.

Goals:

  • Create single endpoint in API
  • Update CLI to use this endpoint with the wrapper command
  • Update GHA to use wrapper command by default
@trent-codecov trent-codecov added this to the Q4'24 milestone Sep 18, 2024
@codecov-hooky codecov-hooky bot added the epic this label is used to mark issues as epics label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic this label is used to mark issues as epics
Projects
None yet
Development

No branches or pull requests

1 participant