File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
44cd " $SCRIPT_DIR /.."
55
6- node_modules/.bin/jscoverage lib
6+ # FIXME: jscoverage fails to exclude the type definition file, which is breaking coverage.
7+ # Re-enable coverage after https://github.com/fishbar/jscoverage/pull/45 is merged
8+ # node_modules/.bin/jscoverage lib
79
810# TODO: Only run tests once, and use a custom reporter which outputs both LCOV and text,
911# for Travis.
1012node_modules/.bin/mocha test
1113STATUS=$?
1214
13- COVERAGE=1 node_modules/.bin/mocha -R mocha-lcov-reporter test > .lcov
15+ # COVERAGE=1 node_modules/.bin/mocha -R mocha-lcov-reporter test > .lcov
1416
15- cat .lcov | node_modules/.bin/coveralls
17+ # cat .lcov | node_modules/.bin/coveralls
1618
1719exit $STATUS
You can’t perform that action at this time.
0 commit comments