From 42d12403f96d429e2ef0785e6c265c53dc5c56c2 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Sat, 23 Jan 2021 18:50:27 -0500 Subject: [PATCH] Try to restore codecov --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04c4ea0b33d..b026fee6b54 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: inputs: targetPath: '$(Build.ArtifactStagingDirectory)/' artifactName: 'full_logs.zip' - - script: bash <(curl https://codecov.io/bash) -C $(Build.SourceVersion) + - script: bash <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN) displayName: 'codecov' - task: PublishTestResults@2 inputs: