Skip to content

Commit

Permalink
Coverage should ignore test helpers (#2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Jan 2, 2019
1 parent 84183a3 commit f297f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"exclude": [
"**/*.spec.js",
"**/*.integration.js",
"**/test-helpers.js",
"**/*-test-helpers.js",
"dangerfile.js",
"next.config.js",
"services/**/*.tester.js",
"services/service-tester.js",
"services/create-service-tester.js",
"services/test-helpers.js",
"services/test-validators.js",
"services/icedfrisby-no-nock.js",
"test-fixtures",
Expand Down

0 comments on commit f297f68

Please sign in to comment.