[CLI] Better handle empty upload notifications #490
drazisil-codecov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a customer needs a passing check for a PR when they did not upload coverage, the recommended way is currently to call
empty-upload --forcewith the CLI.This works, except in cases where the "empty report" needs to do work, such as loading carry forward flag coverage. codecov/engineering-team#2365
I propose that a sequence of CLI commands such as this will work
create-commitcreate-reportempty-uploadget-report-resultsuntil you get a replysend-notificationsWe need a better way.
Beta Was this translation helpful? Give feedback.
All reactions