Increase code coverage threshold to 0.07.

We are getting lots of coverage failures in builds recently
that seem to be red herrings, and this is just a quick fix.
This commit is contained in:
Steve Howell 2017-12-21 17:14:22 -05:00
parent 898acc4278
commit 8bb230f3d5
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ coverage:
project:
default:
target: auto
threshold: 0.03
threshold: 0.07
base: auto
patch: off