8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2fbad commit 5ea1a8eCopy full SHA for 5ea1a8e
ci-pr-pipeline.yml
@@ -9,7 +9,7 @@ variables:
9
python.36: 3.6.10
10
python.37: 3.7.6
11
python.38: 3.8.2
12
-
+ # PythonCoverallsToken: get this from Azure
13
14
jobs:
15
# Build and publish container
@@ -80,7 +80,7 @@ jobs:
80
- script: 'pylint --rcfile=.pylintrc libraries'
81
displayName: Pylint
82
83
- - script: 'COVERALLS_REPO_TOKEN=$(COVERALLS_TOKEN) coveralls'
+ - script: 'COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
84
displayName: 'Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
85
continueOnError: true
86
0 commit comments