Skip to content

Commit

Permalink
Test reportgenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed May 8, 2024
1 parent 1d478a8 commit ba3f059
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,17 @@ stages:
inputs:
summaryFileLocation: '$(Build.SourcesDirectory)/$(buildFolderName)/$(testResultFolderName)/JaCoCo_coverage.xml'
pathToSources: '$(Build.SourcesDirectory)/$(sourceFolderName)/'
- task: reportgenerator@5
displayName: ReportGenerator
inputs:
reports: '$(Build.SourcesDirectory)/$(buildFolderName)/$(testResultFolderName)/JaCoCo_coverage.xml'
targetdir: '$(Build.SourcesDirectory)/coveragereport'
reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges'
#assemblyfilters: '-xunit*'
sourcedirs: '$(Build.SourcesDirectory)/$(sourceFolderName)/'
verbosity: 'Verbose'
title: 'SqlServerDsc'
tag: '$(build.buildnumber)_#$(build.buildid)_$(System.JobAttempt)'
- publish: $(Build.SourcesDirectory)/coveragereport
artifact: CoverageReports
- script: |
Expand Down

0 comments on commit ba3f059

Please sign in to comment.