-
Notifications
You must be signed in to change notification settings - Fork 127
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
added couchbase probe for couchnode package #498
Conversation
Codecov Report
@@ Coverage Diff @@
## master #498 +/- ##
==========================================
- Coverage 60.8% 60.45% -0.36%
==========================================
Files 49 50 +1
Lines 3215 3252 +37
==========================================
+ Hits 1955 1966 +11
- Misses 1260 1286 +26
Continue to review full report at Codecov.
|
I'm not sure what is making codecov fail. |
@astub before we can accept your change request, please can you read and accept https://github.com/RuntimeTools/appmetrics/blob/master/CONTRIBUTING.md |
* bump version for packaging fix * include omr-agentcore level
@astub if your test can be run without needing a database to be set up (looks like a mock one?) then you can add it to the list of tests we run in package.json https://github.com/RuntimeTools/appmetrics/blob/master/package.json#L32. We call out the tests individually because we have some probe tests that require a service setting up like a database so we don't run those by default. That would also fix the codecov decrease. |
@sjanuary Hi. It uses couchbase.Mock so it does not need a couchbase server. I'm unsure what else i'm missing for this PR. |
@astub - you need to rebase as master has changed since this PR and there are conflicts. Also if you rename your test file to end in "tests.js" then it will be run automatically - see https://github.com/RuntimeTools/appmetrics/blob/master/package.json#L32 |
@sjanuary Thanks for your feedback. Anything else I need to improve/fix? |
closing this as its a copy of #506 |
#494