We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef2398 commit 677fb0aCopy full SHA for 677fb0a
azure-pipelines.yml
@@ -23,4 +23,8 @@ steps:
23
projects: '**/Tests.*/*.csproj'
24
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
25
displayName: Unit Tests
26
+- task: codecoveragecomparerbt@1
27
+ displayName:
28
+ inputs:
29
+ codecoveragemeasurementmethod: 'Lines'
30
0 commit comments