:feat: coverage ignore file src/import-dotx/import-dotx.ts

This commit is contained in:
wangfengming
2020-07-15 14:11:59 +08:00
parent 3f7ca6bbff
commit 7baa696a76

3
.nycrc
View File

@ -8,7 +8,8 @@
"src/**/*.ts" "src/**/*.ts"
], ],
"exclude": [ "exclude": [
"src/**/*.spec.ts" "src/**/*.spec.ts",
"src/import-dotx/import-dotx.ts"
], ],
"reporter": [ "reporter": [
"lcov", "lcov",