Skip to content

Commit

Permalink
Update botbuilder-python-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tracyboehrer committed Apr 1, 2024
1 parent 864fb90 commit eb4901a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/botbuilder-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
testResultsFiles: '**/test-results.$(PYTHON_VERSION).xml'
testRunTitle: 'Python $(PYTHON_VERSION)'

#- script: 'COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
# displayName: 'Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
# continueOnError: true
# condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'false'))
- script: 'COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
displayName: 'Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
continueOnError: true
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'false'))

- powershell: |
Set-Location ..
Expand Down

0 comments on commit eb4901a

Please sign in to comment.