mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
1 indexed?
This commit is contained in:
parent
8c5675ac1f
commit
e0d8452c26
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'], '-'), 'cover', 'integration'))
|
||||
condition: and(eq(variables['uploadCoverage'], true), in(split(variables['TOXENV'], '-')[1], 'cover', 'integration'))
|
||||
displayName: Upload coverage data
|
||||
|
|
|
|||
Loading…
Reference in a new issue