We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db05f3 commit b7b4038Copy full SHA for b7b4038
azure-pipelines.ix.yml
@@ -78,8 +78,7 @@ steps:
78
displayName: 'Publish code coverage'
79
inputs:
80
codeCoverageTool: Cobertura
81
- summaryFileLocation: '$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports/Cobertura.xml'
82
- reportDirectory: '$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports'
+ summaryFileLocation: $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/raw/**/coverage.cobertura.xml
83
84
- task: DotNetCoreCLI@2
85
0 commit comments