Adjust bun coverage thresholds
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cf0a24ae2f
commit
0148473e7b
@ -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
|
Loading…
x
Reference in New Issue
Block a user