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 909d884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
displayName: 'Run tests'
- bash: |
GIT_ORIGIN="$(git config --get remote.origin.url)"
if [[ "$GIT_ORIGIN" == *"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 909d884

Please sign in to comment.