mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Code formatting for .azure-pipelines/ (#85166)
This commit is contained in:
parent
ebd022ee42
commit
14bf64ddf8
|
|
@ -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…
Reference in New Issue
Block a user