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