coverage min

This commit is contained in:
Mark Chmarny 2020-12-09 14:31:04 -08:00
parent 8c4be534a0
commit d14116bd2f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ coverage:
threshold: 2% # don't allow coverage to drop on client
service:
paths: "service"
threshold: 2% # allow coverage to drop on service by 3% (wip)
threshold: 2% # allow coverage to drop on service by 2% (wip)
ignore:
- "dapr/proto/**"
- "example/**"