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 03bb91b commit 2da85d0Copy full SHA for 2da85d0
coverage/coverage_test.go
@@ -14,7 +14,7 @@ import (
14
15
var totalRgx = regexp.MustCompile(`total:\s+\(statements\)\s+([^"]*)%`)
16
17
-const CodeCoverageThreshold = 54.6
+const CodeCoverageThreshold = 54.6
18
19
func TestCoverage(t *testing.T) {
20
if os.Getenv("CHECK_COVERAGE") != "true" {
0 commit comments