set tool coverage target of zero percent (#35767)

This commit is contained in:
Jonah Williams
2019-07-08 19:17:35 -07:00
committed by GitHub
parent 91e3b2d671
commit ad9b077fec

View File

@@ -4,8 +4,8 @@ coverage:
project:
default:
# basic
target: 10%
threshold: 10%
target: 0%
threshold: 0%
base: auto
# advanced
branches: null