File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines 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:
8989 testResultsFiles : ' **/test-results.$(PYTHON_VERSION).xml'
9090 testRunTitle : ' Python $(PYTHON_VERSION)'
9191
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'))
9696
9797 - powershell : |
9898 Set-Location ..
You can’t perform that action at this time.
0 commit comments