Skip to content

Commit

Permalink
Update azure-pipelines.yml for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Feb 14, 2022
1 parent 3184818 commit d34f31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
inputs:
command: 'test'
projects: '**/*.Tests/*.csproj'
arguments: '--configuration $(buildConfiguration) --logger="console;verbosity=detailed"'
arguments: '--configuration $(buildConfiguration) --logger="console;verbosity=detailed" --collect:"XPlat Code Coverage" --settings:"$(Build.SourcesDirectory)/coverlet.runsettings"'
# https://stackoverflow.com/questions/64592534/publish-a-pipeline-azure-devops-code-coverage-report
- task: DotNetCoreCLI@2
displayName: 'Install ReportGenerator Tool'
Expand Down

0 comments on commit d34f31e

Please sign in to comment.