Skip to content
Snippets Groups Projects
Commit 1f1ae0bf authored by tatsy's avatar tatsy
Browse files

Add .coveralls.yml

parent 575d12b9
No related branches found
No related tags found
No related merge requests found
service_name: travis-ci
......@@ -9,6 +9,9 @@ coverage:
rm -rf coverage
istanbul cover ./node_modules/.bin/_mocha
test: lint
mocha
test-ci: lint
istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
......
......@@ -4,7 +4,7 @@
"description": "Markdown-it plugin to specify image size",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test"
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment