Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Change diff cover check threshold from 50 to 80 (#108)
Browse files Browse the repository at this point in the history
Why I did it
Requirement is to have code diff coverage be at 80%

How I did it
Change code diff coverage threshold to 80% in azure-pipelines yml file

How to verify it
Check azure-pipelines yml file
  • Loading branch information
zbud-msft authored Jun 14, 2022
1 parent 6f41029 commit 1ac0e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
vmImage: ubuntu-20.04

variables:
DIFF_COVER_CHECK_THRESHOLD: 50
DIFF_COVER_CHECK_THRESHOLD: 80
DIFF_COVER_ENABLE: 'true'
DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)/sonic-telemetry

Expand Down

0 comments on commit 1ac0e0e

Please sign in to comment.