checks:
javascript: true
build:
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
coverage:
tests:
override:
- command: npm run test -- --coverage
coverage:
file: coverage/clover.xml # <- Set this to where we find the coverage data.
# The path is relative to the current directory.
format: clover
tests: true