From 2e67b0194b9d096886804f877be107ea43938fae Mon Sep 17 00:00:00 2001 From: Jens L Date: Fri, 29 May 2020 09:15:57 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a49cffbcc..589bcbaeb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -140,6 +140,7 @@ stages: inputs: script: pipenv run coverage xml - task: CmdLine@2 + inputs: script: bash <(curl -s https://codecov.io/bash) - stage: Build