scroll/bunfig.toml
Timothy J. Warren b37f0ae420
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
Disable bun test coverage threshold
2025-01-23 16:11:02 -05:00

16 lines
343 B
INI

logLevel = "debug" # "debug" | "warn" | "error"
telemetry = false
[install.lockfile]
save = false
[test]
# always enable coverage
coverage = true
coverageReporter = ["text", "lcov"]
coverageDir = "coverage/raw"
# coverageThreshold = { lines = 0.7, functions = 0.65 }
# disable code coverage counting test files
coverageSkipTestFiles = true