filter:
excluded_paths:
- '*.min.js'
- 'dist/*'
checks:
javascript: true
build:
tests:
override:
-
command: 'istanbul cover --report clover test.js'
coverage:
file: 'coverage/clover.xml'
format: 'clover'