syntheticore/declaire

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
test:
    ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js;

local_test:
    ./node_modules/.bin/mocha --reporter spec

.PHONY: test