File tree Expand file tree Collapse file tree 1 file changed +4
-4
line
8000
s changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ jobs:
89
89
testResultsFiles : ' **/test-results.$(PYTHON_VERSION).xml'
90
90
testRunTitle : ' Python $(PYTHON_VERSION)'
91
91
92
- - script : ' COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
93
- displayName : ' Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
94
- continueOnError : true
95
- condition : and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'false'))
92
+ # - script: 'COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
93
+ # displayName: 'Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
94
+ # continueOnError: true
95
+ # condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'false'))
96
96
97
97
- powershell : |
98
98
Set-Location ..
You can’t perform that action at this time.
0 commit comments