Fix codecov on pull requests (#344)
This commit is contained in:
+3
-1
@@ -62,7 +62,9 @@ stages:
|
|||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: 'bash <(curl -s https://codecov.io/bash) -t $(CODECOV_TOKEN)'
|
script: 'bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}'
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: $(CODECOV_TOKEN)
|
||||||
- job: benchmark
|
- job: benchmark
|
||||||
displayName: "benchmark"
|
displayName: "benchmark"
|
||||||
pool:
|
pool:
|
||||||
|
|||||||
Reference in New Issue
Block a user