Skip to content

Commit 6b9c5b7

Browse files
committed
Last one
1 parent c473e6c commit 6b9c5b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines-templates/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ jobs:
167167
./codecov \
168168
--file coverage.xml \
169169
--flags ${{ parameters.os_name }} \
170-
--flags python${{ parameters.python_version }} \
171-
--name "Tests ran on ${{ parameters.os_name }} with Python ${{ parameters.python_version }}"
170+
--flags "Python ${{ parameters.python_version }}" \
171+
--name "Tests ran on ${{ parameters.os_name }} with Python ${{ parameters.python_version }}" \

0 commit comments

Comments
 (0)