Skip to content

Commit 951044e

Browse files
authored
ci: add src/testing to coverage ignore patterns (#1800)
* ci: add src/testing to coverage ignore patterns * Add newline at end of bunfig.toml * Rename pathIgnorePatterns to coveragePathIgnorePatterns
1 parent 478ec91 commit 951044e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bunfig.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
# frames are plain text (no ANSI color codes) regardless of whether stdout is a
44
# TTY, keeping frame assertions deterministic across `bun test` and piped runs.
55
preload = ["./src/testing/setup.ts"]
6+
coveragePathIgnorePatterns = [
7+
"src/testing/**"
8+
]

0 commit comments

Comments
 (0)