Skip to content

Commit

Permalink
Take the token, take it
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jun 6, 2019
1 parent d3b968d commit 20cf0bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Expand Up @@ -54,9 +54,7 @@ stages:
python setup.py test --coverage --open-files --remote-data
displayName: 'Run tests'
- script: codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)
- script: codecov -t $(CODECOV_TOKEN)
displayName: 'Calculate coverage'

- template: azure-templates.yml
Expand Down

0 comments on commit 20cf0bd

Please sign in to comment.