From 01a47a68db166e00cc4205200d4b601e044c8e84 Mon Sep 17 00:00:00 2001 From: id Date: Sat, 2 May 2026 14:37:57 +0700 Subject: [PATCH] chore: update bunfig `coverageThreshold` value --- bunfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bunfig.toml b/bunfig.toml index c9fa23f..781b5e6 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -8,4 +8,4 @@ silent = true [test] root = "./__tests__" coverageSkipTestFiles = true -coverageThreshold = { lines = 1, functions = 1 } +coverageThreshold = { line = 1, function = 1, statement = 1 }