Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
2808d7ef14
commit
93c0c9de2b
|
@ -45,7 +45,7 @@ steps:
|
|||
- bash: echo Current version => $(version)
|
||||
displayName: 'version'
|
||||
|
||||
- bash: <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN)
|
||||
- bash: <(curl https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||
displayName: 'codecov'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue