Skip to content

Commit

Permalink
Microsoft did not fix the bug till release date (microsoft/vstest#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlichael committed Nov 9, 2022
1 parent 039ebd7 commit e85f8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure/steps/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
!**/Savvyio.Assets.EfCore.Tests.csproj
arguments: '--configuration $(BuildConfiguration) --verbosity quiet --collect:"XPlat Code Coverage" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover'
publishTestResults: true
env:
CollectCoverage: true
CoverletOutputFormat: opencover

- task: DotNetCoreCLI@2
displayName: 'Test Solution - Windows'
Expand All @@ -22,6 +25,9 @@
!**/Savvyio.Assets.EfCore.Tests.csproj
arguments: '--configuration $(BuildConfiguration) --verbosity quiet --collect:"XPlat Code Coverage" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover'
publishTestResults: true
env:
CollectCoverage: true
CoverletOutputFormat: opencover

- script: reportgenerator "-reports:**/*.opencover.xml" "-targetdir:$(Build.SourcesDirectory)/Coverage" "-reporttypes:Cobertura;HTMLInline;HTMLChart"
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
Expand Down

0 comments on commit e85f8c4

Please sign in to comment.