Skip to content

Commit

Permalink
nyc: measure coverage of all files (except benchmark and polyfi… (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jan 20, 2020
1 parent 82efc70 commit fe05d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nycrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
all: true
include:
- 'src/'
exclude:
- 'src/polyfills'
- '**/*-benchmark.js'
- '**/*.d.ts'
clean: true
temp-directory: 'coverage/tests'
report-dir: 'coverage/tests'
Expand Down

0 comments on commit fe05d1b

Please sign in to comment.