[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
-
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 --force
with 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-commit
create-report
empty-upload
get-report-results
until you get a replysend-notifications
We need a better way.
Beta Was this translation helpful? Give feedback.
All reactions