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