Skip to content

Commit

Permalink
Fix Python version mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev authored and int19h committed Aug 28, 2023
1 parent 88bf2c7 commit 86d542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/templates/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
sonar.python.coverage.reportPaths=$(Build.SourcesDirectory)/coverage/coverage.xml
sonar.projectKey=microsoft_debugpy
- script: "python -m tox --develop -e py38-cov -- --cov-report=html --cov-report=xml -vv"
- script: "python -m tox --develop -e py311-cov -- --cov-report=html --cov-report=xml -vv"
displayName: "Coverage Run"

- task: SonarCloudAnalyze@1
Expand Down

0 comments on commit 86d542e

Please sign in to comment.