Skip to content

Commit 162600b

Browse files
committed
Fix toml
1 parent 62c3518 commit 162600b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bunfig.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[test]
22
preload = ["./packages/bun-plugin/src/index.ts", "./bun.setup.ts", "bun-test-env-dom"]
33
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 }
74
coverageReporter = ["text", "lcov"]
5+
coverageThreshold = { line = 1.0, function = 1.0, statement = 1.0 }
6+
coverageSkipTestFiles = true
7+
coveragePathIgnorePatterns = ["**/pkg/**", "**/dist/**", "**/bun-plugin/src/plugin.ts"]

0 commit comments

Comments
 (0)