File: test-cov.sh

package info (click to toggle)
node-babel 6.26.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,772 kB
  • sloc: sh: 151; makefile: 76
file content (5 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
set -e

node_modules/.bin/nyc node_modules/mocha/bin/_mocha --opts test/mocha.opts `scripts/_get-test-directories.sh`
node_modules/.bin/nyc report --reporter=json