Skip to content

Commit

Permalink
[ci]: Support code diff coverage (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Sep 24, 2021
1 parent 921cf0b commit e545b17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- job:
displayName: ${{ parameters.arch }}
timeoutInMinutes: ${{ parameters.timeout }}
variables:
DIFF_COVER_CHECK_THRESHOLD: 0
${{ if eq(parameters.run_unit_test, true) }}:
DIFF_COVER_ENABLE: 'true'

pool:
${{ if ne(parameters.pool, 'default') }}:
Expand Down

0 comments on commit e545b17

Please sign in to comment.