-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Adds optional coverage for faster tests #807
Conversation
f32b3f3
to
f5926bf
Compare
to run tests with code coverage: |
@flovilmart updated the pull request. |
Sounds good, let's take this one, the only 2 things:
|
@nlutsenko the variable is set on travis itself, otherwise it add a new test step :) |
@flovilmart updated the pull request. |
Yes, but it's not if you are using |
Yup, that would work as well. |
@flovilmart updated the pull request. |
renames COVERAGE to CODE_COVERAGE Updates env in .travis.yaml
74b722a
to
0e39b3b
Compare
@flovilmart Looks like we are not getting coverage still. Maybe remove |
@@ -5,8 +5,11 @@ language: node_js | |||
node_js: | |||
- "4.3" | |||
env: | |||
- MONGODB_VERSION=2.6.11 | |||
- MONGODB_VERSION=3.0.8 | |||
global: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better now
@flovilmart updated the pull request. |
Adds optional coverage for faster tests
alternate for #786