mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Try better path pattern
This commit is contained in:
parent
76d893aa57
commit
892483ce59
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ steps:
|
|||
organization: microsoft
|
||||
scannerMode: CLI
|
||||
extraProperties: |
|
||||
sonar.python.coverage.reportPaths=$(Build.SourcesDirectory)\**\coverage\coverage.xml
|
||||
sonar.python.coverage.reportPaths=$(Build.SourcesDirectory)/coverage/coverage.xml
|
||||
sonar.projectKey=microsoft_debugpy
|
||||
|
||||
- script: |
|
||||
|
|
@ -31,7 +31,7 @@ steps:
|
|||
displayName: 'Publish Coverage Report'
|
||||
inputs:
|
||||
codeCoverageTool: Cobertura
|
||||
summaryFileLocation: '$(Build.SourcesDirectory)/**/coverage/coverage.xml'
|
||||
reportDirectory: '$(Build.SourcesDirectory)/**/coverage/html'
|
||||
summaryFileLocation: '$(Build.SourcesDirectory)/coverage/coverage.xml'
|
||||
reportDirectory: '$(Build.SourcesDirectory)/coverage/html'
|
||||
failIfCoverageEmpty: true
|
||||
condition: always()
|
||||
Loading…
Add table
Add a link
Reference in a new issue