We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c473e6c commit 6b9c5b7Copy full SHA for 6b9c5b7
1 file changed
azure-pipelines-templates/run-tests.yml
@@ -167,5 +167,5 @@ jobs:
167
./codecov \
168
--file coverage.xml \
169
--flags ${{ parameters.os_name }} \
170
- --flags python${{ parameters.python_version }} \
171
- --name "Tests ran on ${{ parameters.os_name }} with Python ${{ parameters.python_version }}"
+ --flags "Python ${{ parameters.python_version }}" \
+ --name "Tests ran on ${{ parameters.os_name }} with Python ${{ parameters.python_version }}" \
0 commit comments