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

[API] Create coverage single upload endpoint #2536

Open
trent-codecov opened this issue Sep 18, 2024 · 1 comment · May be fixed by codecov/codecov-api#962
Open

[API] Create coverage single upload endpoint #2536

trent-codecov opened this issue Sep 18, 2024 · 1 comment · May be fixed by codecov/codecov-api#962
Assignees

Comments

@trent-codecov
Copy link
Contributor

Input: Commit SHA (+ slug, token etc)
Output: presigned put url (the standard output from do-upload)

Suggestion:

  1. Extract the logic for each of the individual endpoints to a library/service.
  2. Call this logic in the individual endpoint.
  3. Create new endpoint that sequentially calls each piece.
@trent-codecov
Copy link
Contributor Author

trent-codecov commented Oct 30, 2024

Step 1 should be gathering requirements from the CLI commands. Ensure that all inputs are handled.

https://github.com/codecov/codecov-cli/blob/main/codecov_cli/commands/upload_process.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants