We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db3e87 commit 2b43ce2Copy full SHA for 2b43ce2
coverage/coverage_test.go
@@ -14,7 +14,7 @@ import (
14
15
var totalRgx = regexp.MustCompile(`total:\s+\(statements\)\s+([^"]*)%`)
16
17
-const CodeCoverageThreshold = 57
+const CodeCoverageThreshold = 55.9
18
19
func TestCoverage(t *testing.T) {
20
if os.Getenv("CHECK_COVERAGE") != "true" {
0 commit comments