Skip to content

Commit 9051599

Browse files
committed
Ignore coverage from assert pkg
1 parent ecbf6db commit 9051599

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ export async function test(ctx: Promise<unknown>) {
4040
files: "./ci/out/coverage.prof",
4141
from: [
4242
/.+frame_stringer.go.+\n/g,
43-
/.+wsjstest.+\n/g,
44-
/.+wsecho.+\n/g,
43+
/.+wsjstest\/.+\n/g,
44+
/.+wsecho\/.+\n/g,
45+
/.+assert\/.+\n/g,
4546
],
4647
to: "",
4748
}))

0 commit comments

Comments
 (0)