Closed aemous closed 2 weeks ago
Attention: Patch coverage is 0%
with 28 lines
in your changes missing coverage. Please review.
Project coverage is 0.08%. Comparing base (
cdea504
) to head (f21aa57
). Report is 16 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
awscli/shorthand.py | 0.00% | 26 Missing :warning: |
awscli/paramfile.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of changes:
file://
orfileb://
prefix.Description of tests:
Usage Example: For example, suppose there is a file named
tagval.txt
located atpath/to/tagval.txt
on the host machine with contentsTagValue
.aws codecommit tag-resource --resource-arn <RESOURCE_ARN> --tags TagKey@=file://path/to/tagval.txt
The above command will parse the tags parameter as
"tags": {"TagKey": "TagValue"}}
. Notice the need for the assignment operator@=
. This operator is required to prevent breaking existing customers that may be using a nested parameter value that happens to start withfile://
already.Relevant Links:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.