From 573796166b6045c6c91c3b89662618c6bf57ea72 Mon Sep 17 00:00:00 2001 From: JounQin Date: Wed, 28 Apr 2021 23:03:32 +0800 Subject: [PATCH] chore: improve type-covrage config --- .gitignore | 1 + package.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 030dfc14..644b8dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.type-coverage coverage lib node_modules diff --git a/package.json b/package.json index c9e10220..57e5e399 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,12 @@ ] }, "typeCoverage": { - "atLeast": 98.24, + "atLeast": 98.99, + "cache": true, "detail": true, + "ignoreCatch": true, + "ignoreAsAssertion": true, + "ignoreNonNullAssertion": true, "strict": true, "update": true }