Skip to content

Commit

Permalink
chore: fixing a list of files to be in unit test coverage report (#1091)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <[email protected]>
  • Loading branch information
obecny and mayurkale22 authored May 26, 2020
1 parent cfcf38e commit da11e1b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"build/**/*.*",
"src/index.ts",
"karma.conf.js",
"src/platform/**/index.ts",
"src/platform/browser/*.ts",
"test/index-webpack.ts",
"src/version.ts",
"test/**/*.*",
".eslintrc.js",
"karma.conf.js",
"webpack/*.js"
],
"all": true
Expand Down

0 comments on commit da11e1b

Please sign in to comment.