We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coverageThreshold
1 parent 5fc619d commit e20e122Copy full SHA for e20e122
1 file changed
bunfig.toml
@@ -8,4 +8,4 @@ silent = true
8
[test]
9
root = "./__tests__"
10
coverageSkipTestFiles = true
11
-coverageThreshold = { lines = 1, functions = 1 }
+coverageThreshold = { line = 1, function = 1, statement = 1 }
0 commit comments