Skip to content

Commit

Permalink
build: exclude .d.ts files from coverage (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored and bcoe committed Jan 3, 2020
1 parent e4989df commit 885ea46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/gcp/templates/node_library/.nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"**/scripts",
"**/protos",
"**/test",
"**/*.d.ts",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
Expand Down

0 comments on commit 885ea46

Please sign in to comment.