Skip to content

Commit 1f488c6

Browse files
committed
exempted-updated coverage bar
1 parent e6fa7a5 commit 1f488c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/coverage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
var totalRgx = regexp.MustCompile(`total:\s+\(statements\)\s+([^"]*)%`)
1616

17-
const CodeCoverageThreshold = 53.6
17+
const CodeCoverageThreshold = 54.7
1818

1919
func TestCoverage(t *testing.T) {
2020
if os.Getenv("CHECK_COVERAGE") != "true" {

0 commit comments

Comments
 (0)