Skip to content

Commit

Permalink
azure?
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Jan 3, 2019
1 parent 953b1a0 commit 253db70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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:
Expand Down
3 changes: 2 additions & 1 deletion azure-templates.yml
Expand Up @@ -27,5 +27,6 @@ jobs:

- script: |
pip install --upgrade codecov
codecov
codecov --name ${{ format(parameters.name) }}
displayName: run codecov
condition: succeededOrFailed()

0 comments on commit 253db70

Please sign in to comment.