Skip to content

Commit

Permalink
Fixed NYC coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethall committed Jul 19, 2019
1 parent d8e62f5 commit 04fb835
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,13 @@
"exclude": [
"**/*.d.ts",
"**/*.test.ts",
"./coverage/**",
"./out/**",
"./client/**",
"./src/extension.ts",
"./server/src/instrument/2460/*",
"./server/src/instrument/2461/*",
"./server/src/instrument/6500/*",
"./server/src/instrument/raw-tsb-help/*"
"coverage/**",
"out/**",
"client/**",
"src/extension.ts",
"server/src/instrument/2461",
"server/src/instrument/6500",
"server/src/instrument/raw-tsb-help"
],
"reporter": [
"json",
Expand Down

0 comments on commit 04fb835

Please sign in to comment.