Skip to content

Commit

Permalink
fix: coverlet code covergage
Browse files Browse the repository at this point in the history
  • Loading branch information
NVENTIVE\felix.brault committed Dec 5, 2023
1 parent 5a0c294 commit 2f6dd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ steps:
command: 'test'
projects: $(Build.SourcesDirectory)/$(SolutionFileName)
workingDirectory: $(Build.SourcesDirectory)
publishTestResults: true
arguments: '--configuration $(ApplicationConfiguration) --CollectCoverage true --CoverletOutputFormat cobertura --CoverletOutput $(Build.SourcesDirectory)/coverage --ExcludeByFile "**/*.g.cs" --logger trx --no-build'
publishTestResults: false
arguments: '/p:configuration $(ApplicationConfiguration) /p:CollectCoverage true /p:CoverletOutputFormat cobertura /p:CoverletOutput $(Build.SourcesDirectory)/coverage /p:ExcludeByFile "**/*.g.cs" --logger trx --results-directory $(Build.SourcesDirectory)/coverage --no-build'

- task: PublishTestResults@2
displayName: 'Publish test results'
Expand Down

0 comments on commit 2f6dd32

Please sign in to comment.