Set threshold to 0.03% for code coverage.

We want a little bit of wiggle room for code coverage.
Some legitimate commits that remove code from the system
appear to reduce overall code coverage.
This commit is contained in:
Steve Howell
2017-07-05 13:48:36 -04:00
committed by Tim Abbott
parent 1327031628
commit 1ef9b7982e

View File

@@ -5,5 +5,5 @@ coverage:
project:
default:
target: auto
threshold: null
threshold: 0.03
base: auto