Skip to content

Commit

Permalink
Exclude interfaces from coverage
Browse files Browse the repository at this point in the history
istanbul counts interfaces againt me unfairly.
  • Loading branch information
Shane Gibbons committed Feb 20, 2018
1 parent 636a441 commit 37ec359
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"exclude": [
"typings",
"**/*.d.ts",
"src/test/**/*.ts"
"src/test/**/*.ts",
"src/map-node-repository.ts",
"src/item-repository.ts",
"src/game-definition-repository.ts",
"src/commands/command.ts",
"src/domain/EventPublisher.ts"
],
"extension": [
".ts",
Expand Down

0 comments on commit 37ec359

Please sign in to comment.