Skip to content

Commit

Permalink
Fix tests file name for coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Dec 20, 2014
1 parent eca6d56 commit 0d1fe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ test: npm-install

test-coveralls: npm-install
rm -rf ./lib-cov && ./node_modules/.bin/jscoverage lib lib-cov
LIB_COV=1 ./node_modules/.bin/mocha tests/test.js --slow 333 -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js
LIB_COV=1 ./node_modules/.bin/mocha test/test.js --slow 333 -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js

lint: npm-install
./node_modules/.bin/jshint . --show-non-errors
Expand Down

0 comments on commit 0d1fe9e

Please sign in to comment.