Fix codecov on pull requests (#344)

This commit is contained in:
Thomas Pelletier
2020-03-25 13:21:25 -04:00
committed by GitHub
parent 556d384d4c
commit 99f8a2a010
+3 -1
View File
@@ -62,7 +62,9 @@ stages:
- task: Bash@3
inputs:
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
displayName: "benchmark"
pool: