mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
json it
This commit is contained in:
parent
e0d8452c26
commit
01664204fa
1 changed files with 1 additions and 1 deletions
|
|
@ -78,5 +78,5 @@ steps:
|
|||
chmod +x codecov
|
||||
coverage xml
|
||||
./codecov || echo "Uploading coverage data failed"
|
||||
condition: and(eq(variables['uploadCoverage'], true), in(split(variables['TOXENV'], '-')[1], 'cover', 'integration'))
|
||||
condition: and(eq(variables['uploadCoverage'], true), in(convertToJson(split(variables['TOXENV'], '-')), 'cover', 'integration'))
|
||||
displayName: Upload coverage data
|
||||
|
|
|
|||
Loading…
Reference in a new issue