Skip to content

Commit 01a47a6

Browse files
committed
chore: update bunfig coverageThreshold value
1 parent 5fc619d commit 01a47a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ silent = true
88
[test]
99
root = "./__tests__"
1010
coverageSkipTestFiles = true
11-
coverageThreshold = { lines = 1, functions = 1 }
11+
coverageThreshold = { line = 1, function = 1, statement = 1 }

0 commit comments

Comments
 (0)