File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # Overwrite the GitLab Service Name
2727 COVERALLS_SERVICE_NAME : Azure Pipelines
2828 COVERALLS_REPO_TOKEN : $(COVERALLS_REPO_TOKEN_SECRET)
29+ COVERALLS_PARALLEL : true
2930 CI_PULL_REQUEST : $(System.PullRequest.PullRequestNumber)
3031
3132- script : npm run azure-pipelines
Original file line number Diff line number Diff line change @@ -69,16 +69,16 @@ jobs:
6969 steps :
7070 - template : .azure-pipelines-steps.yml
7171
72- # - job: Notify_Coveralls
73- # displayName: Notify Coveralls that the parallel report is done
74- # pool:
75- # vmImage: "Ubuntu 16.04"
76- # dependsOn:
77- # - Test_Linux
78- # - Test_Windows
79- # - Test_MacOS
80- # steps:
81- # - script: curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$COVERALLS_SERVICE_JOB_ID &payload[status]=done"
82- # env:
83- # COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
84- # COVERALLS_SERVICE_JOB_ID : $(Build.BuildId )
72+ - job : Notify_Coveralls
73+ displayName : Notify Coveralls that the parallel report is done
74+ pool :
75+ vmImage : " Ubuntu 16.04"
76+ dependsOn :
77+ - Test_Linux
78+ - Test_Windows
79+ - Test_MacOS
80+ steps :
81+ - script : curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$BUILD_NAME &payload[status]=done"
82+ env :
83+ COVERALLS_REPO_TOKEN : $(COVERALLS_REPO_TOKEN_SECRET)
84+ BUILD_NAME : $(Build.BuildNumber )
You can’t perform that action at this time.
0 commit comments