Skip to content

Commit

Permalink
[az] Set diff coverage threshold to 50% (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Nov 3, 2021
1 parent 6092d50 commit 04793b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
displayName: ${{ parameters.arch }}
timeoutInMinutes: ${{ parameters.timeout }}
variables:
DIFF_COVER_CHECK_THRESHOLD: 0
DIFF_COVER_CHECK_THRESHOLD: 50
${{ if eq(parameters.run_unit_test, true) }}:
DIFF_COVER_ENABLE: 'true'

Expand Down

0 comments on commit 04793b1

Please sign in to comment.