diff --git a/ci/test.ts b/ci/test.ts index b64310dd1660a8b59bcf5941e6a0b029af7fefea..e3fb5a7fe5ccc869c7fe599cb60b3ca69c92ba11 100755 --- a/ci/test.ts +++ b/ci/test.ts @@ -40,8 +40,9 @@ export async function test(ctx: Promise<unknown>) { files: "./ci/out/coverage.prof", from: [ /.+frame_stringer.go.+\n/g, - /.+wsjstest.+\n/g, - /.+wsecho.+\n/g, + /.+wsjstest\/.+\n/g, + /.+wsecho\/.+\n/g, + /.+assert\/.+\n/g, ], to: "", }))