forked from firka/flutter
set tool coverage target of zero percent (#35767)
This commit is contained in:
@@ -4,8 +4,8 @@ coverage:
|
||||
project:
|
||||
default:
|
||||
# basic
|
||||
target: 10%
|
||||
threshold: 10%
|
||||
target: 0%
|
||||
threshold: 0%
|
||||
base: auto
|
||||
# advanced
|
||||
branches: null
|
||||
|
||||
Reference in New Issue
Block a user