mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
ugly version
This commit is contained in:
parent
06d2559e7c
commit
942e9e9436
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), length(split(variables['TOXENV'], '-')), in(split(variables['TOXENV'], '-')[0], 'cover', 'integration'))
|
||||
condition: and(eq(variables['uploadCoverage'], true), or(startsWith(variables['TOXENV'], 'cover'), startsWith(variables['TOXENV'], 'integration')))
|
||||
displayName: Upload coverage data
|
||||
|
|
|
|||
Loading…
Reference in a new issue