Skip to content

Commit cc847a2

Browse files
authored
Change diff coverage threshold to 80% (#123)
Change code diff coverage threshold to 80%
1 parent ca785a2 commit cc847a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
displayName: "build"
2121
timeoutInMinutes: 60
2222
variables:
23-
DIFF_COVER_CHECK_THRESHOLD: 50
23+
DIFF_COVER_CHECK_THRESHOLD: 80
2424
DIFF_COVER_ENABLE: 'true'
2525
pool:
2626
vmImage: ubuntu-20.04

0 commit comments

Comments
 (0)