Adjust bun coverage thresholds
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2025-01-23 16:08:03 -05:00
parent cf0a24ae2f
commit 0148473e7b

View File

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