Closed gdsoumya closed 3 weeks ago
Available commands (reply to this comment):
/bns:deploy
to deploy the environment Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 55.18%. Comparing base (
35b9158
) to head (4f311e8
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/argocd/commands/app.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/cherry-pick release-2.13
Fixes https://github.com/argoproj/argo-cd/issues/20670
This PR ensures that
app get
works for multi source apps even when--source-position
isn't provided. Source position check is only necessary if the user also sets--show-params
Checklist: