Skip to content

Commit

Permalink
fix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk committed Oct 27, 2023
1 parent f7699c3 commit e18572c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ steps:
**/coverlet.integration.tests.csproj
**/coverlet.msbuild.tasks.tests.csproj
arguments: -c $(BuildConfiguration) --no-build -bl:test.binlog --results-directory:"$(Build.SourcesDirectory)\artifacts\Reports" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[coverlet.core.tests.samples.netstandard]*%2c[coverlet.tests.xunit.extensions]*%2c[coverlet.tests.projectsample]*" --diag:"$(Build.SourcesDirectory)\artifacts\log\$(Configuration)\coverlet.test.diag.log;tracelevel=verbose"
publishTestResults: false
testRunTitle: $(Agent.JobName)

- task: PublishTestResults@2
inputs:
testResultsFormat: 'XUnit'
testResultsFiles: '**/*.trx'
mergeTestResults: true


- template: publish-coverlet-result-files.yml

- template: publish-coverage-results.yml
Expand Down

0 comments on commit e18572c

Please sign in to comment.