Skip to content

Commit

Permalink
Fix codecov on pull requests (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier authored Mar 25, 2020
1 parent 556d384 commit 99f8a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99f8a2a

Please sign in to comment.