From 253db70fb8d18a847f628ff95bf3f55aced424d6 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Thu, 3 Jan 2019 12:41:00 +0000 Subject: [PATCH] azure? --- azure-pipelines.yml | 1 - azure-templates.yml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06f0f68580f..926d854d679 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,6 @@ variables: Agent.Source.Git.ShallowFetchDepth: 1 CI_NAME: Azure Pipelines - CI_BUILD_ID: $(Build.BuildId) CI_BUILD_URL: "https://dev.azure.com/sunpy/sunpy/_build/results?buildId=$(Build.BuildId)" jobs: diff --git a/azure-templates.yml b/azure-templates.yml index fbe75c24ba3..b828a76d60f 100644 --- a/azure-templates.yml +++ b/azure-templates.yml @@ -27,5 +27,6 @@ jobs: - script: | pip install --upgrade codecov - codecov + codecov --name ${{ format(parameters.name) }} displayName: run codecov + condition: succeededOrFailed()