Skip to content

Commit

Permalink
Workaround coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Sep 19, 2021
1 parent 4998a9f commit eb4d6ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
displayName: 'Run tests'
- bash: |
if [[ "$GITHUB_REPOSITORY" == "mars-project/mars" ]]; then
export CODECOV_TOKEN="f578555e-b4f4-49a8-8d33-b21a305299ee"
fi
bash <(curl -s https://codecov.io/bash)
displayName: 'Upload coverage'
Expand Down

0 comments on commit eb4d6ac

Please sign in to comment.