diff options
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Magefile.go b/Magefile.go index fdf5389..1644f08 100644 --- a/Magefile.go +++ b/Magefile.go @@ -18,7 +18,7 @@ import ( var ( Default = Build // Default target: build all binaries. - coverageThreshold float64 = 85 + coverageThreshold float64 = 80 coveragePrinted = make(chan struct{}, 1) ) |
