8000 Update botbuilder-python-ci.yml for Azure Pipelines · Attels/botbuilder-python@864fb90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 864fb90

Browse files
committed
Update botbuilder-python-ci.yml for Azure Pipelines
1 parent 45fd8a4 commit 864fb90

File tree

1 file changed

+4
-4
line 8000 s changed

1 file changed

+4
-4
lines changed

pipelines/botbuilder-python-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 ..

0 commit comments

Comments
 (0)
0