From 51f03a1449dfa4fe0fef8dfabdd6e157301415c4 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 26 Jan 2023 10:58:30 -0800 Subject: [PATCH] fix typo --- .azure-pipelines/templates/steps/tox-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 6c7ce2a42..d23b4a370 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -78,5 +78,5 @@ steps: chmod +x codecov coverage xml ./codecov || echo "Uploading coverage data failed" - condition: and(eq(variables['uploadCoverage'], true), in(variables['TOXENV', 'cover', 'integration', 'integration-certbot')) + condition: and(eq(variables['uploadCoverage'], true), in(variables['TOXENV'], 'cover', 'integration', 'integration-certbot')) displayName: Upload coverage data