blob: a68515828ece7d1cd5ccb374b6285601ba3d492a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001instrumentation:
2 default-excludes: false
3 include-all-sources: true
4 excludes:
5 - '**/test/**'
6 - '**/coverage/**'
7 - '**/example/**'
8 - '**/test.js'
9 - '**/node_modules/istanbul/**'
10 - '**/node_modules/tape/**'
11 - '**/node_modules/uber-standard/**'