Files
internet-id/.nycrc

38 lines
620 B
JSON

{
"extension": [
".ts"
],
"include": [
"scripts/**/*.ts"
],
"exclude": [
"**/*.test.ts",
"**/*.spec.ts",
"test/**",
"scripts/deploy.ts",
"scripts/register.ts",
"scripts/make-proof.ts",
"scripts/bind-youtube.ts",
"scripts/app.ts",
"scripts/db.ts",
"scripts/routes/**",
"scripts/middleware/**",
"hardhat.config.ts",
"node_modules/**"
],
"require": [
"ts-node/register"
],
"reporter": [
"text",
"html",
"lcov"
],
"all": true,
"check-coverage": true,
"lines": 70,
"statements": 70,
"functions": 70,
"branches": 60
}