Skip to content

Commit

Permalink
Set PR diff code coverage threshold to 80% (sonic-net#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Jun 1, 2022
1 parent 66a29bc commit 7aa09b9
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 @@ -44,7 +44,7 @@ jobs:
displayName: ${{ parameters.arch }}
timeoutInMinutes: ${{ parameters.timeout }}
variables:
DIFF_COVER_CHECK_THRESHOLD: 50
DIFF_COVER_CHECK_THRESHOLD: 80
${{ if eq(parameters.run_unit_test, true) }}:
DIFF_COVER_ENABLE: 'true'

Expand Down

0 comments on commit 7aa09b9

Please sign in to comment.