Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit eb4901a

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

File tree

1 file changed

+4
-4
lines 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)