Code formatting for .azure-pipelines/ (#85166)

pull/85169/head
Matt Clay 7 months ago committed by GitHub
parent ebd022ee42
commit 14bf64ddf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,9 +61,12 @@ def upload_files(codecov_bin: pathlib.Path, files: t.Tuple[CoverageFile, ...], d
for file in files:
cmd = [
str(codecov_bin),
'--name', file.name,
'--file', str(file.path),
'--name',
file.name,
'--file',
str(file.path),
]
for flag in file.flags:
cmd.extend(['--flags', flag])

Loading…
Cancel
Save