8000 Rename coveralls token var to PythonCoverallsToken (#854) · il-null-yuyi/botbuilder-python@5ea1a8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ea1a8e

Browse files
author
BruceHaley
authored
Rename coveralls token var to PythonCoverallsToken (microsoft#854)
1 parent 7e2fbad commit 5ea1a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-pr-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99
python.36: 3.6.10
1010
python.37: 3.7.6
1111
python.38: 3.8.2
12-
12+
# PythonCoverallsToken: get this from Azure
1313

1414
jobs:
1515
# Build and publish container
@@ -80,7 +80,7 @@ jobs:
8080
- script: 'pylint --rcfile=.pylintrc libraries'
8181
displayName: Pylint
8282

83-
- script: 'COVERALLS_REPO_TOKEN=$(COVERALLS_TOKEN) coveralls'
83+
- script: 'COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
8484
displayName: 'Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
8585
continueOnError: true
8686

0 commit comments

Comments
 (0)
0