From ead02bd7391f7d2768ea47d05eb47b66502d77e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 6 Jul 2023 14:48:09 -0400 Subject: [PATCH] report coverages from lib/*.js only --- .c8rc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .c8rc.json diff --git a/.c8rc.json b/.c8rc.json new file mode 100644 index 00000000..9a0ef4f2 --- /dev/null +++ b/.c8rc.json @@ -0,0 +1,5 @@ +{ + "include": [ + "lib/*.js" + ] +}