Skip to content

Commit 69e047b

Browse files
committed
Added: TER-6259 - RD Refactoring
1 parent 5692f5f commit 69e047b

File tree

102 files changed

+10465
-9531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+10465
-9531
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 = 57.5
17+
const CodeCoverageThreshold = 62.8
1818

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

0 commit comments

Comments
 (0)