From b37f0ae420f9fec72d36bf89082e32040075c694 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 23 Jan 2025 16:11:02 -0500 Subject: [PATCH] Disable bun test coverage threshold --- bunfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bunfig.toml b/bunfig.toml index fe5a48e..e1f94fd 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -10,7 +10,7 @@ coverage = true coverageReporter = ["text", "lcov"] coverageDir = "coverage/raw" -coverageThreshold = { lines = 0.7, functions = 0.65 } +# coverageThreshold = { lines = 0.7, functions = 0.65 } # disable code coverage counting test files coverageSkipTestFiles = true \ No newline at end of file