Skip to content

Commit

Permalink
Exclude tests from coverage (#1136)
Browse files Browse the repository at this point in the history
Also, include `lib/suggest.js` which is part of the server, and rename `vendor` to `service-tests` to match the renames which occurred during the review of #937.
  • Loading branch information
paulmelnikow authored Oct 9, 2017
1 parent 2809ff6 commit 40f7147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .istanbul.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
instrumentation:
excludes: ['lib/suggest.js', 'vendor/**/*.js']
excludes: ['**/*.spec.js', 'service-tests/']

0 comments on commit 40f7147

Please sign in to comment.