Checkout Config
checks:
javascript: true
build:
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
tests: true
coverage:
tests:
override:
- command: echo "No test command needed"
coverage:
file: clover/clover.xml
format: clover
root_path: ./server/
artifacts:
paths:
- clover/clover.xml
Repository Config
checks:
javascript: true
build:
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
tests: true
coverage:
tests:
override:
- command: echo "No test command needed"
coverage:
file: clover/clover.xml
format: clover
root_path: ./server/
artifacts:
paths:
- clover/clover.xml