Disable bun test coverage threshold

This commit is contained in:
Timothy Warren 2025-01-23 16:11:02 -05:00
parent 0148473e7b
commit b37f0ae420

@ -10,7 +10,7 @@ coverage = true
coverageReporter = ["text", "lcov"]
coverageDir = "coverage/raw"
coverageThreshold = { lines = 0.7, functions = 0.65 }
# coverageThreshold = { lines = 0.7, functions = 0.65 }
# disable code coverage counting test files
coverageSkipTestFiles = true