From c833d0f96ea3efa8019b26e357d8bc080af98a75 Mon Sep 17 00:00:00 2001 From: Jeong Min Oh Date: Mon, 5 Jan 2026 06:39:25 +0900 Subject: [PATCH] Update coverageThreshold schema to remove integer type (#5260) --- src/schemas/json/bunfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/schemas/json/bunfig.json b/src/schemas/json/bunfig.json index f0aa71a7a80..bff039cddd4 100644 --- a/src/schemas/json/bunfig.json +++ b/src/schemas/json/bunfig.json @@ -146,7 +146,6 @@ "$comment": "https://bun.sh/docs/runtime/bunfig#test-coveragethreshold", "description": "To specify a coverage threshold. By default, no threshold is set. If your test suite does not meet or exceed this threshold, `bun test` will exit with a non-zero exit code to indicate the failure\nhttps://bun.sh/docs/runtime/bunfig#test-coveragethreshold", "oneOf": [ - { "type": "integer" }, { "type": "number" }, { "type": "object",