Skip to content
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

adding a comment on clone method performance and a test of clone method #79

Merged
merged 3 commits into from
Nov 1, 2016

Conversation

iamigo
Copy link
Contributor

@iamigo iamigo commented Nov 1, 2016

update "test" script

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 82.484% when pulling 2ee9589 on eventsQueue-clone into 6926d4c on master.

@@ -36,7 +36,7 @@
"test-realtime": "mocha -R dot --recursive tests/realtime",
"test-subj-tag-filter": "NODE_ENV=testSubjTagFilter mocha -R dot --recursive tests/subjectTagFilter",
"test-view": "NODE_ENV=test mocha -R dot --recursive --compilers js:babel-core/register --require ./tests/view/setup.js tests/view",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R dot --recursive tests/api tests/db && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage && npm run test-view && npm run test-realtime && npm run test-token-req && npm run test-token-notreq && npm run test-disablehttp && npm run test-subj-tag-filter",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R dot --recursive tests/api tests/db tests/config tests/view/perspectives/eventsQueue && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage && npm run test-view && npm run test-realtime && npm run test-token-req && npm run test-token-notreq && npm run test-disablehttp && npm run test-subj-tag-filter",
"postinstall": "NODE_ENV=production gulp browserifyViews && gulp movecss && gulp movesocket && gulp movelensutil && npm run checkdb",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like adding more tests to run like this "tests/api tests/db tests/config tests/view/perspectives/eventsQueue" does not work. Only the api tests are run. Noticed this in all the open pr earlier in the day.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 83.093% when pulling f6ce8a7 on eventsQueue-clone into 6926d4c on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.115% when pulling df3298d on eventsQueue-clone into c3bd428 on master.

@iamigo iamigo merged commit a50c47f into master Nov 1, 2016
@iamigo iamigo deleted the eventsQueue-clone branch November 1, 2016 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants