Skip to content

Commit

Permalink
fix nyc ignorelist
Browse files Browse the repository at this point in the history
should keep more garbage out of the coverage

Ref: #4198
  • Loading branch information
boneskull authored and craigtaub committed May 21, 2020
1 parent d51a728 commit 6db2282
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .nycrc
Expand Up @@ -4,7 +4,17 @@
"text-summary"
],
"exclude": [
"lib/browser",
"test/**/*"
"coverage/**",
"packages/*/test{,s}/**",
"**/*.d.ts",
"test{,s}/**",
"test{,-*}.{js,cjs,mjs,ts}",
"**/*{.,-}test.{js,cjs,mjs,ts}",
"**/__tests__/**",
"**/{karma,rollup,webpack}.config.js",
"**/{babel.config,.eslintrc,.mocharc}.{js,cjs}",
"lib/browser/**",
"package-scripts.js",
"scripts/**"
]
}

0 comments on commit 6db2282

Please sign in to comment.