Skip to content

Universal #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update Makefile
nickmerwin committed Sep 3, 2020
commit e78508e17917a04cf6016bcd5f87cc8a94024a4c
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ test-coverage-2:
test-coveralls:
@NODE_ENV=test ./node_modules/.bin/istanbul cover \
./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \
wget -q https://mer.s3.amazonaws.com/coveralls && chmod +x coveralls && \
wget -c -q https://mer.s3.amazonaws.com/coveralls-linux.tar.gz -O - | tar -xz && chmod +x coveralls && \
./coveralls -f./coverage/lcov.info

test-coveralls-1: