From 90515999931e33b47cbfc605dee850a9fb56a496 Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Sun, 6 Oct 2019 12:24:51 -0400
Subject: [PATCH] Ignore coverage from assert pkg

---
 ci/test.ts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/test.ts b/ci/test.ts
index b64310d..e3fb5a7 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: "",
   }))
-- 
GitLab