We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c3518 commit 162600bCopy full SHA for 162600b
1 file changed
bunfig.toml
@@ -1,7 +1,7 @@
1
[test]
2
preload = ["./packages/bun-plugin/src/index.ts", "./bun.setup.ts", "bun-test-env-dom"]
3
coverage = true
4
-coveragePathIgnorePatterns = ["**/pkg/**", "**/dist/**", "**/bun-plugin/src/plugin.ts"]
5
-coverageSkipTestFiles = true
6
-coverageThreshold = { line = 1.0, function = 1.0, statement = 1.0 }
7
coverageReporter = ["text", "lcov"]
+coverageThreshold = { line = 1.0, function = 1.0, statement = 1.0 }
+coverageSkipTestFiles = true
+coveragePathIgnorePatterns = ["**/pkg/**", "**/dist/**", "**/bun-plugin/src/plugin.ts"]
0 commit comments